Save All Tab URLs
Get the raw URLs of all your open tabs!
What is Save All Tab URLs?
Save All Tab URLs is a Chrome extension developed by Erisa A, and its main feature is "Get the raw URLs of all your open tabs!".
Extension Screenshots
Download Save All Tab URLs Extension CRX File
Download Save All Tab 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
When clicked, this extension shows all the URLs of your open tabs in a convenient way for you to copy/paste and save wherever you want, allowing you to re-visit all the open tabs you had the last time you used your browser!
Extension Basic Information
Name | Save All Tab URLs |
ID | bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
Official URL | https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
Description | Get the raw URLs of all your open tabs! |
File Size | 13.36 KB |
Installation Count | 1,851 |
Current Version | 0.1.4 |
Last Updated | 2019-10-14 |
Publish Date | 2019-10-13 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Erisa A |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://erisa.uk/privacy |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save All Tab URLs", "description": "Get the raw URLs of all your open tabs!", "version": "0.1.4", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "256": "icons\/logo-256.png" }, "browser_action": { "default_icon": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "256": "icons\/logo-256.png" } }, "permissions": [ "tabs" ] } |