aboutsummaryrefslogtreecommitdiffstats
path: root/options.html
AgeCommit message (Collapse)Author
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-30options: add form elements from extensionTeddy Wing
Markup for form elements on options page.
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
2014-03-30Add options pageTeddy Wing