Tab Groups Exporter
Utility to export tab groups
What is Tab Groups Exporter?
Tab Groups Exporter is a Chrome extension developed by parthpower, and its main feature is "Utility to export tab groups".
Extension Screenshots
Download Tab Groups Exporter Extension CRX File
Download Tab Groups Exporter 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
Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON file. It's opensource under MIT license. Source code at https://github.com/parthpower/chrome-tab-group-exporter/ Contributions are appreciated
Extension Basic Information
Name | Tab Groups Exporter |
ID | hcfnlphlglikfflkikgilkebljgbnica |
Official URL | https://chromewebstore.google.com/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica |
Description | Utility to export tab groups |
File Size | 33.63 KB |
Installation Count | 588 |
Current Version | 0.1 |
Last Updated | 2021-09-10 |
Publish Date | 2021-09-06 |
Rating | 4.00/5 Total 2 Ratings |
Developer | parthpower |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/parthpower/chrome-tab-group-exporter |
Help Page URL | https://github.com/parthpower/chrome-tab-group-exporter/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Groups Exporter", "description": "Utility to export tab groups", "version": "0.1", "permissions": [ "tabs", "tabGroups", "storage" ], "action": { "default_title": "Export Tab Groups", "default_popup": "tabs_api.html" }, "icons": { "48": "icon.png" }, "manifest_version": 3 } |