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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |