diff options
| author | Teddy Wing | 2014-03-30 22:38:59 -0400 |
|---|---|---|
| committer | Teddy Wing | 2014-03-30 22:38:59 -0400 |
| commit | 01ac35f69802c9e0eb20c85b20c9a28a5d616763 (patch) | |
| tree | a074cd95921bcf5466062c321fc9a870d186d315 | |
| parent | c7fa33a6006171ab0ae9449ca7f6f757b79608a2 (diff) | |
| download | chrome-copy-urls-from-all-tabs-01ac35f69802c9e0eb20c85b20c9a28a5d616763.tar.bz2 | |
Add basic README
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..26c2766 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Chrome Copy URLs From All Tabs +============================== + +A Google Chrome browser extension that allows you to create a text file backup of URLs in all open tabs in all windows. + +Includes a page where you can view the URL output from the extension. Also supports direct file download. + +Currently 3 file formats are available: text, YAML, and HTML. + +Preferences can be customised via the Options page. The browser action button that appears in the toolbar can be configured to either open a new tab containing the backup text, or download the text as a file. + +The name of the downloaded file is presently not configurable. + + +## License +Licensed under the MIT License. See the included LICENSE file. |
