TabShare
Share your tabs and groups easily!
What is TabShare?
TabShare is a Chrome extension developed by armandoifsantos, and its main feature is "Share your tabs and groups easily!".
Extension Screenshots
Download TabShare Extension CRX File
Download TabShare 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
TabShare is an innovative Chrome extension designed to make sharing and organizing multiple links not only effortless but also enjoyable. Whether you're collaborating on a project, sharing fascinating articles with friends, or researching options for your next purchase, TabShare takes the process of sharing and opening multiple tabs to the next level. Say goodbye to the tedious task of copying and pasting links one by one. With TabShare, you can share and open all your links at once, saving you precious time and hassle. And now, with QR Code support, sharing and loading multiple tabs has never been easier!
Extension Basic Information
Name | TabShare |
ID | ojddpkfajpkclolheliiimohojdcbgjf |
Official URL | https://chromewebstore.google.com/detail/tabshare/ojddpkfajpkclolheliiimohojdcbgjf |
Description | Share your tabs and groups easily! |
File Size | 10.51 MB |
Installation Count | 40 |
Current Version | 2.0.0 |
Last Updated | 2023-04-09 |
Publish Date | 2021-12-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | armandoifsantos |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/bolt12/tabShare |
Help Page URL | https://github.com/bolt12/tabShare |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabShare", "description": "Share your tabs and groups easily!", "version": "2.0.0", "manifest_version": 3, "icons": { "128": "icon\/tabShare.png" }, "permissions": [ "activeTab", "tabs", "tabGroups" ], "action": { "default_popup": "popup.html" } } |