Tab Grouper
Find and manage your tabs easier.
什麼是Tab Grouper?
Tab Grouper是由https://alexzran.com開發的Chrome擴展程式,該擴展的主要功能是“Find and manage your tabs easier.”。
擴展截圖
下載Tab Grouper擴展crx文件
下載Tab Grouper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Helps you with:
  Browse all tabs opened.
  Click to jump to a tab.
  Select and smart grouping all tabs by website.
  Bookmark selected tabs in a folder and close them.
Feedback here!: https://airtable.com/shr13uwuvCmGz3tBT
Roadmap: https://chrome-tab-grouper.notion.site/                     擴展基本資訊
| 名稱 |   |  
| ID | dkiignmfiekgmokkmnpgohpcdolellbn | 
| 官方網址 | https://chromewebstore.google.com/detail/tab-grouper/dkiignmfiekgmokkmnpgohpcdolellbn | 
| 簡介 | Find and manage your tabs easier. | 
| 檔案大小 | 9.62 KB | 
| 安裝次數 | 50 | 
| 目前版本 | 0.0.0.6 | 
| 更新時間 | 2023-01-16 | 
| 上架時間 | 2022-02-28 | 
| 評分 | 5.00/5 共 1 次評分 | 
| 開發者 | https://alexzran.com | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://chrome-tab-grouper.notion.site/ | 
| 說明頁面URL | https://airtable.com/shr13uwuvCmGz3tBT | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Grouper",
    "description": "Find and manage your tabs easier.",
    "version": "0.0.0.6",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "bookmarks",
        "tabGroups"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    }
}  |  |