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
Age
Commit message (
Expand
)
Author
2019-06-01
page.js: Change `innerHTML` to `textContent`
firefox-webextension
Teddy Wing
2019-06-01
manifest.json: Set `strict_min_version` to Firefox 53.0
Teddy Wing
2019-06-01
images/icon-16.png: Crop width from 17px to 16px
Teddy Wing
2019-03-31
Make `tab.title` optional
Teddy Wing
2019-03-31
manifest.json: Firefox apparently doesn't like `background.persistent`
Teddy Wing
2017-09-14
Use Web Extensions downloads API
Teddy Wing
2017-09-14
Convert `browser.tabs.query` to use promise
Teddy Wing
2017-09-13
manifest.json: Set `open_in_tab: true`
Teddy Wing
2017-09-13
manifest.json: Add `applications` key
Teddy Wing
2017-09-13
Convert `browser.storage` calls to use promises
Teddy Wing
2017-09-13
manifest.json: Use Web Extensions version of `options` key
Teddy Wing
2017-09-13
background.js: Comment out seemingly unnecessary section
Teddy Wing
2017-09-13
Replace `chrome.` calls with `browser.`
Teddy Wing
2017-03-06
Merge branch 'add-keyboard-shortcut'
v0.3.0
Teddy Wing
2017-03-06
Increase version 0.2.0 -> 0.3.0
Teddy Wing
2017-03-06
Add keyboard shortcut
Teddy Wing
2015-02-15
README: Update installation instructions
Teddy Wing
2015-02-15
Increase version 0.1.3 -> 0.2.0
v0.2.0
Teddy Wing
2015-02-15
README: Update with new simpler installation instructions
Teddy Wing
2015-02-15
README: Update to reflect new filename edit option
Teddy Wing
2015-02-15
background.js: Remove console.log
Teddy Wing
2015-02-15
options.js: Update old comment
Teddy Wing
2015-02-15
Add option to change downloaded filename prefix
Teddy Wing
2015-02-15
Increase version 0.1.2 -> 0.1.3
v0.1.3
Teddy Wing
2015-02-15
Fix "Cannot set property of null" error on textarea
Teddy Wing
2014-06-22
CHANGELOG: update for v0.1.2
v0.1.2
Teddy Wing
2014-06-22
manifest.json: v0.1.1 -> v0.1.2
Teddy Wing
2014-06-22
Fix YAML single quote escape (use global)
Teddy Wing
2014-06-22
CHANGELOG: update for v0.1.1
Teddy Wing
2014-06-22
manifest.json: v0.1.0 -> v0.1.1
v0.1.1
Teddy Wing
2014-06-22
Merge branch 'filename-incorrect-on-chrome-35'
Teddy Wing
2014-06-22
TODO: update, fix for 'download.txt' filename bug
Teddy Wing
2014-06-22
Fix downloaded filename 'download.txt' bug
Teddy Wing
2014-06-12
Update TODO
Teddy Wing
2014-04-01
Update TODO
Teddy Wing
2014-03-30
README: add installation instructions
Teddy Wing
2014-03-30
Add attribution to chrome-bootstrap.css
v0.1.0
Teddy Wing
2014-03-30
Add basic README
Teddy Wing
2014-03-30
Add LICENSE
Teddy Wing
2014-03-30
Merge branch 'add-download-functionality'
Teddy Wing
2014-03-30
Update CHANGELOG
Teddy Wing
2014-03-30
Add icons
Teddy Wing
2014-03-30
Add CHANGELOG
Teddy Wing
2014-03-30
manifest.json: convert spaces to tabs
Teddy Wing
2014-03-30
Move filename generation code
Teddy Wing
2014-03-30
Bump version to 0.1.0
Teddy Wing
2014-03-30
Update TODO
Teddy Wing
2014-03-30
Add functionality for downloading backup on icon click
Teddy Wing
2014-03-30
Refactor backup text
Teddy Wing
2014-03-30
Page: reduce height of textarea in accordance with link
Teddy Wing
[next]