TabShare
Share your tabs and groups easily!
什么是TabShare?
TabShare是由armandoifsantos开发的Chrome扩展程序,该扩展的主要功能是“Share your tabs and groups easily!”。
扩展截图
下载TabShare扩展crx文件
下载TabShare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | TabShare |
ID | ojddpkfajpkclolheliiimohojdcbgjf |
官方URL | https://chromewebstore.google.com/detail/tabshare/ojddpkfajpkclolheliiimohojdcbgjf |
简介 | Share your tabs and groups easily! |
文件大小 | 10.51 MB |
安装次数 | 40 |
当前版本 | 2.0.0 |
更新时间 | 2023-04-09 |
上架时间 | 2021-12-27 |
评分 | 5.00/5 共2次评分 |
开发者 | armandoifsantos |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/bolt12/tabShare |
帮助页面URL | https://github.com/bolt12/tabShare |
支持的语言 | 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" } } |