Auto-Group Tabs
Automatically add tabs to your configured groups, based on their URL.
什麼是Auto-Group Tabs?
Auto-Group Tabs是由https://loilo.de開發的Chrome擴展程式,該擴展的主要功能是“Automatically add tabs to your configured groups, based on their URL.”。
擴展截圖
下載Auto-Group Tabs擴展crx文件
下載Auto-Group Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Categorize your frequently used websites and automatically add them to tab groups whenever you open them.
擴展基本資訊
名稱 | Auto-Group Tabs |
ID | danncghahncanipdoajmakdbeaophenb |
官方網址 | https://chromewebstore.google.com/detail/auto-group-tabs/danncghahncanipdoajmakdbeaophenb |
簡介 | Automatically add tabs to your configured groups, based on their URL. |
檔案大小 | 1.2 MB |
安裝次數 | 15,285 |
目前版本 | 0.0.20 |
更新時間 | 2023-10-06 |
上架時間 | 2021-03-16 |
評分 | 4.75/5 共 80 次評分 |
開發者 | https://loilo.de |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://github.com/loilo/auto-group-tabs/issues |
支援的語言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.20", "manifest_version": 3, "description": "__MSG_appDesc__", "homepage_url": "https:\/\/loilo.de", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "default_locale": "en", "background": { "service_worker": "background.js" }, "options_ui": { "open_in_tab": false, "page": "index.html?context=options" }, "action": { "default_popup": "index.html?context=popup" }, "permissions": [ "tabs", "tabGroups", "storage" ] } |