aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-06-01page.js: Change `innerHTML` to `textContent`firefox-webextensionTeddy Wing
2019-06-01manifest.json: Set `strict_min_version` to Firefox 53.0Teddy Wing
2019-06-01images/icon-16.png: Crop width from 17px to 16pxTeddy Wing
2019-03-31Make `tab.title` optionalTeddy Wing
2019-03-31manifest.json: Firefox apparently doesn't like `background.persistent`Teddy Wing
2017-09-14Use Web Extensions downloads APITeddy Wing
2017-09-14Convert `browser.tabs.query` to use promiseTeddy Wing
2017-09-13manifest.json: Set `open_in_tab: true`Teddy Wing
2017-09-13manifest.json: Add `applications` keyTeddy Wing
2017-09-13Convert `browser.storage` calls to use promisesTeddy Wing
2017-09-13manifest.json: Use Web Extensions version of `options` keyTeddy Wing
2017-09-13background.js: Comment out seemingly unnecessary sectionTeddy Wing
2017-09-13Replace `chrome.` calls with `browser.`Teddy Wing
2017-03-06Merge branch 'add-keyboard-shortcut'v0.3.0Teddy Wing
2017-03-06Increase version 0.2.0 -> 0.3.0Teddy Wing
2017-03-06Add keyboard shortcutTeddy Wing
2015-02-15README: Update installation instructionsTeddy Wing
2015-02-15Increase version 0.1.3 -> 0.2.0v0.2.0Teddy Wing
2015-02-15README: Update with new simpler installation instructionsTeddy Wing
2015-02-15README: Update to reflect new filename edit optionTeddy Wing
2015-02-15background.js: Remove console.logTeddy Wing
2015-02-15options.js: Update old commentTeddy Wing
2015-02-15Add option to change downloaded filename prefixTeddy Wing
2015-02-15Increase version 0.1.2 -> 0.1.3v0.1.3Teddy Wing
2015-02-15Fix "Cannot set property of null" error on textareaTeddy Wing
2014-06-22CHANGELOG: update for v0.1.2v0.1.2Teddy Wing
2014-06-22manifest.json: v0.1.1 -> v0.1.2Teddy Wing
2014-06-22Fix YAML single quote escape (use global)Teddy Wing
2014-06-22CHANGELOG: update for v0.1.1Teddy Wing
2014-06-22manifest.json: v0.1.0 -> v0.1.1v0.1.1Teddy Wing
2014-06-22Merge branch 'filename-incorrect-on-chrome-35'Teddy Wing
2014-06-22TODO: update, fix for 'download.txt' filename bugTeddy Wing
2014-06-22Fix downloaded filename 'download.txt' bugTeddy Wing
2014-06-12Update TODOTeddy Wing
2014-04-01Update TODOTeddy Wing
2014-03-30README: add installation instructionsTeddy Wing
2014-03-30Add attribution to chrome-bootstrap.cssv0.1.0Teddy Wing
2014-03-30Add basic READMETeddy Wing
2014-03-30Add LICENSETeddy Wing
2014-03-30Merge branch 'add-download-functionality'Teddy Wing
2014-03-30Update CHANGELOGTeddy Wing
2014-03-30Add iconsTeddy Wing
2014-03-30Add CHANGELOGTeddy Wing
2014-03-30manifest.json: convert spaces to tabsTeddy Wing
2014-03-30Move filename generation codeTeddy Wing
2014-03-30Bump version to 0.1.0Teddy Wing
2014-03-30Update TODOTeddy Wing
2014-03-30Add functionality for downloading backup on icon clickTeddy Wing
2014-03-30Refactor backup textTeddy Wing
2014-03-30Page: reduce height of textarea in accordance with linkTeddy Wing