aboutsummaryrefslogtreecommitdiffstats
path: root/options.js
AgeCommit message (Collapse)Author
2015-02-15options.js: Update old commentTeddy Wing
Update a comment that came from the Chrome options.js sample code to better reflect the current code.
2015-02-15Add option to change downloaded filename prefixTeddy Wing
The downloaded file would always have this format: chrome-tabs-20150215-12h38.yml Add a user-customisable option to change the "chrome-tabs-" prefix of the filename. I realised I wanted this after installing the extension on both Chrome and Chrome Canary, and wanted to have my backup files named differently depending on the version of Chrome they were coming from.
2014-03-30Options: update status text on saveTeddy Wing
Move to the right side of the save button and show it for a longer amount of time.
2014-03-30Store options & load values from storageTeddy Wing
2014-03-30options.js: convert spaces to tabsTeddy Wing
2014-03-30Update options pageTeddy Wing
* Copy sample code from the docs http://developer.chrome.com/extensions/options * Include Chrome UI Bootstrap CSS https://github.com/roykolak/chrome-bootstrap