Smart Tab Groups
Automatically manages your tabs by URL!
什麼是Smart Tab Groups?
Smart Tab Groups是由melenbowl開發的Chrome擴展程式,該擴展的主要功能是“Automatically manages your tabs by URL!”。
擴展截圖
下載Smart Tab Groups擴展crx文件
下載Smart Tab Groups擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will track the tabs you have open. If it notices another similar tab is already in a group, it will automatically add that tab to the group for you. Sources - Extension icons: https://www.freepik.com
擴展基本資訊
名稱 | Smart Tab Groups |
ID | phjgaokonmahgagcjmjedgnnedglgbpc |
官方網址 | https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc |
簡介 | Automatically manages your tabs by URL! |
檔案大小 | 12.52 KB |
安裝次數 | 121 |
目前版本 | 1.0 |
更新時間 | 2021-02-18 |
上架時間 | 2021-02-18 |
評分 | 4.00/5 共 2 次評分 |
開發者 | melenbowl |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Tab Groups", "version": "1.0", "description": "Automatically manages your tabs by URL!", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/tab16.png", "32": "images\/tab32.png", "64": "images\/tab64.png", "128": "images\/tab128.png" }, "manifest_version": 2 } |