Tab-Save
Get open tab URLs for window, or load a list of URLs into new tabs on this window.
What is Tab-Save?
Tab-Save is a Chrome extension developed by Rage App, and its main feature is "Get open tab URLs for window, or load a list of URLs into new tabs on this window.".
Extension Screenshots
Download Tab-Save Extension CRX File
Download Tab-Save 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
Get open tab URLs for window, or load a list of URLs into new tabs on this window. This is a fork from https://chrome.google.com/webstore/detail/tab-snap/ajjloplcjllkammemhenacfjcccockde fix: issue when save file and url contains #
Extension Basic Information
Name | Tab-Save |
ID | iphpjidhdoilnfjhjpchcgamknepmabh |
Official URL | https://chromewebstore.google.com/detail/tab-save/iphpjidhdoilnfjhjpchcgamknepmabh |
Description | Get open tab URLs for window, or load a list of URLs into new tabs on this window. |
File Size | 53.78 KB |
Installation Count | 231 |
Current Version | 1.3.2 |
Last Updated | 2023-12-05 |
Publish Date | 2020-06-14 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Rage App |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab-Save", "version": "1.3.2", "description": "Get open tab URLs for window, or load a list of URLs into new tabs on this window.", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_title": "Tab-Save", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |