Download you google bookmarks to file, in HTML format.
open it in browser, you need jQuery of course:
var jq = document.createElement('script');
jq.src = "//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);