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 |
Eメール | [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" } } |