Tabsave
Quickly save all your tabs
What is Tabsave?
Tabsave is a Chrome extension developed by raphael.rouvinov, and its main feature is "Quickly save all your tabs".
Extension Screenshots
Download Tabsave Extension CRX File
Download Tabsave 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
Press on the icon and it will list all your tabs, in your current window or in all windows. Easy to copy and paste.
Extension Basic Information
Name | Tabsave |
ID | ejmellidbiganikdjemjajgfckidgnpe |
Official URL | https://chromewebstore.google.com/detail/tabsave/ejmellidbiganikdjemjajgfckidgnpe |
Description | Quickly save all your tabs |
File Size | 104 KB |
Installation Count | 179 |
Current Version | 2.0.1 |
Last Updated | 2020-05-10 |
Publish Date | 2020-05-10 |
Developer | raphael.rouvinov |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/raphaelrk/tabsave |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabsave", "version": "2.0.1", "manifest_version": 2, "description": "Quickly save all your tabs", "permissions": [ "tabs" ], "browser_action": { "default_popup": "index.html" }, "icons": { "128": "icon.png" } } |