Auto Group Tab
Auto group your Chrome tabs
什麼是Auto Group Tab?
Auto Group Tab是由Huy Vu開發的Chrome擴展程式,該擴展的主要功能是“Auto group your Chrome tabs”。
擴展截圖
下載Auto Group Tab擴展crx文件
下載Auto Group Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you ever need to move your tabs into correct groups everytime you open the browser then this extension will auto that for you.
[Require Chrome version 89]
How it works:
1. Define the groups and the addresses for each group
2. Open new tabs in your browser as usual
3. Click "Group Tab" to group all your tabs
***** See the video for a better instruction and demo *****
Jot a comment if you have any feedback for this extension, I'll reply you directly. 擴展基本資訊
| 名稱 | |
| ID | ockjmhnpoiklcfkdpjfbebjepehbbbco |
| 官方網址 | https://chromewebstore.google.com/detail/auto-group-tab/ockjmhnpoiklcfkdpjfbebjepehbbbco |
| 簡介 | Auto group your Chrome tabs |
| 檔案大小 | 230 KB |
| 安裝次數 | 25 |
| 目前版本 | 1.0 |
| 更新時間 | 2021-05-09 |
| 上架時間 | 2021-05-08 |
| 開發者 | Huy Vu |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Auto Group Tab",
"description": "Auto group your Chrome tabs",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"tabs",
"tabGroups",
"storage"
],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "\/images\/logo16.png",
"32": "\/images\/logo32.png",
"48": "\/images\/logo48.png",
"128": "\/images\/logo128.png"
}
},
"icons": {
"16": "\/images\/logo16.png",
"32": "\/images\/logo32.png",
"48": "\/images\/logo48.png",
"128": "\/images\/logo128.png"
}
} | |