aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-03-30 22:38:59 -0400
committerTeddy Wing2014-03-30 22:38:59 -0400
commit01ac35f69802c9e0eb20c85b20c9a28a5d616763 (patch)
treea074cd95921bcf5466062c321fc9a870d186d315
parentc7fa33a6006171ab0ae9449ca7f6f757b79608a2 (diff)
downloadchrome-copy-urls-from-all-tabs-01ac35f69802c9e0eb20c85b20c9a28a5d616763.tar.bz2
Add basic README
-rw-r--r--README.md16
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.