index
:
chrome-copy-urls-from-all-tabs
firefox-webextension
fix-windows-MacCtrl-shortcut-bug
master
Chrome extension that gives you a file backup of all open tabs in all windows
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
page.js
blob: f616b090945cabc2446808f2626736e41caaccbd (
plain
)
1
2
3
(
function
()
{
document
.
getElementById
(
'header'
).
textContent
=
generate_file_string
();
})();