Export Tabs URLs
Save a list of all open tabs into a text file.
What is Export Tabs URLs?
Export Tabs URLs is a Chrome extension developed by skend, and its main feature is "Save a list of all open tabs into a text file.".
Extension Screenshots
Download Export Tabs URLs Extension CRX File
Download Export Tabs URLs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
List the URLs of all the open tabs and copy that list to clipboard or export it to a file. Features: - include titles - custom format (e.g. markdown, html…) - filter tabs - limit to current window - list non-HTTP(s) URLs - ignore pinned tabs
Extension Basic Information
Name | Export Tabs URLs |
ID | jfcmbgcnangoalgpopaakignejjfpcmo |
Official URL | https://chromewebstore.google.com/detail/export-tabs-urls/jfcmbgcnangoalgpopaakignejjfpcmo |
Description | Save a list of all open tabs into a text file. |
File Size | 65.67 KB |
Installation Count | 3,602 |
Current Version | 0.2.13 |
Last Updated | 2021-09-25 |
Publish Date | 2021-09-25 |
Rating | 5.00/5 Total 9 Ratings |
Developer | skend |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/skend/export-tabs-urls |
Help Page URL | https://github.com/skend/export-tabs-urls |
Supported Languages | de,en-US,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.2.13", "default_locale": "en_US", "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "64": "img\/64x64.png", "128": "img\/128x128.png" }, "browser_action": { "browser_style": true, "default_icon": "img\/128x128.png", "default_title": "__MSG_appButtonDesc__", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "browser_style": true }, "permissions": [ "clipboardWrite", "notifications", "storage", "tabs" ] } |