aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
As of Chrome 35, the downloaded file would appear with the filename 'download.txt' instead of the custom defined timestamped filename. Use a JS blob instead of a data URL to download the file so that the filename sticks.
2014-06-12Update TODOTeddy Wing
Add entry for the `download.txt` filename bug.
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
MIT license.
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
Move code that generates the filename (without the extension) to a separate function so that we can get it in the header of the main page.
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
If the download option is set, a backup file is now downloaded when the extension button is clicked.
2014-03-30Refactor backup textTeddy Wing
Instead of updating the textarea directly, add the backup text to a string and assign that string to the textarea later. This allows us to add the text to a file for download on click of the extension button and outside the context of the extension's main page.
2014-03-30Page: reduce height of textarea in accordance with linkTeddy Wing
Now that the download link is moved, reduce the size of the textarea.
2014-03-30Page: move download link to topTeddy Wing
Move the download link to the top of the page and style it.
2014-03-30Update TODOTeddy Wing
2014-03-30Generate HTML outputTeddy Wing
2014-03-30Fix minute format of downloaded filenameTeddy Wing
Add leading zero to minute.
2014-03-30Append correct file extension depending on formatTeddy Wing
For the download link, append a file extension appropriate to the type of file being downloaded.
2014-03-30Page: size textarea to fit in pageTeddy Wing
Textarea now resizes according to window height.
2014-03-30Remove YAML libraryTeddy Wing
Since I'm now outputting YAML manually for better looks, get rid of the YAML serialiser I included previously.
2014-03-30Add YAML outputTeddy Wing
2014-03-30Page: update 'text' format outputTeddy Wing
* Remove <a> tags * Show page title and URL for each entry
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-30Add 'storage' to permissions in manifestTeddy Wing
Turns out I need this to store option values.
2014-03-30options.js: convert spaces to tabsTeddy Wing
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-30Update TODOTeddy Wing
2014-03-30Use monospace type in textareaTeddy Wing
2014-03-30Fix bug with date format minutesTeddy Wing
Add leading zero.
2014-03-30Style URL page headerTeddy Wing
2014-03-30Add options pageTeddy Wing
2014-03-30Add TODOTeddy Wing
2014-03-30Add comment: where the file download code came fromTeddy Wing
2014-03-25Update header time function for leading zero in hoursv0.0.1Teddy Wing
Add leading zero to hours.
2014-03-25Generate a file download link to easily save the dataTeddy Wing
2014-03-24Initial commit: initial working versionTeddy Wing
From 2014.03.17. Clicking on the extension's icon button opens a new tab containing a textarea with all URLs in open tabs collected by window.