Automatically Group Tabs
Automatically group tabs by URL
什麼是Automatically Group Tabs?
Automatically Group Tabs是由aximario開發的Chrome擴展程式,該擴展的主要功能是“Automatically group tabs by URL”。
擴展截圖
下載Automatically Group Tabs擴展crx文件
下載Automatically Group Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
According to the configured rules, the tabs are automatically grouped according to the URL, which reduces the trouble that it is difficult to find the desired tab. 擴展基本資訊
| 名稱 | |
| ID | apdbpjooldepljcbgbcjefgodkmhenle |
| 官方網址 | https://chromewebstore.google.com/detail/automatically-group-tabs/apdbpjooldepljcbgbcjefgodkmhenle |
| 簡介 | Automatically group tabs by URL |
| 檔案大小 | 13.7 KB |
| 安裝次數 | 76 |
| 目前版本 | 2.0.1 |
| 更新時間 | 2022-05-29 |
| 上架時間 | 2022-05-16 |
| 評分 | 4.33/5 共 3 次評分 |
| 開發者 | aximario |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extensionName__",
"default_locale": "zh_CN",
"description": "__MSG_extensionDescription__",
"version": "2.0.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"tabs",
"tabGroups"
],
"action": {
"default_title": "__MSG_optionsPageTitle__",
"default_icon": {
"16": "\/images\/tabgroups.png",
"32": "\/images\/tabgroups.png",
"48": "\/images\/tabgroups.png",
"128": "\/images\/tabgroups.png"
}
},
"icons": {
"16": "\/images\/tabgroups.png",
"32": "\/images\/tabgroups.png",
"48": "\/images\/tabgroups.png",
"128": "\/images\/tabgroups.png"
},
"options_page": "index.html"
} | |