Tab Shelf
Let's group and organize too many tabs!!
Tab Shelfとは何ですか?
Tab Shelfはkotaによって開発されたChromeの拡張機能で、その主な機能は「Let's group and organize too many tabs!!」です。
拡張機能のスクリーンショット
Tab Shelf拡張機能のCRXファイルをダウンロード
Tab Shelf拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tab Shelf organizes tabs that are too open. If you're using Chrome, you may end up with too many tabs and you cannot find the tab you want. Tab Shelf is recommended in such cases. Tab Shelf allows you to group open tabs and evacuate them. For example, when you want to do online shopping while writing a article, save a lot of tabs for your material as a "Article materials". That way, the Chrome tabs are clean and you can focus on online shopping. You can restore a saved tab at any time. If you close your browser, Tab Shelf is not forget tabs.
拡張機能の基本情報
名前 | |
ID | kjfciegmjpnkfackjbdpoioamkdhhplf |
公式URL | https://chrome.google.com/webstore/detail/tab-shelf/kjfciegmjpnkfackjbdpoioamkdhhplf |
説明 | Let's group and organize too many tabs!! |
ファイルサイズ | 17 KB |
インストール数 | 521 |
現在のバージョン | 1.3.1 |
最終更新日 | 2021-03-28 |
公開日 | 2020-04-21 |
評価 | 3.67/5 合計 9 レビュー |
開発者 | kota |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Shelf", "description": "__MSG_description__", "version": "1.3.1", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |