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: fa2f0b07dbf8ad83af26e7ff49af0de2e55914e7 (
plain
)
1
2
3
(
function
()
{
document
.
getElementById
(
'header'
).
innerHTML
=
generate_file_string
();
})();