diff options
| -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. |
