Tab Grouper

Find and manage your tabs easier.

Tab Grouperとは何ですか?

Tab Grouperはhttps://alexzran.comによって開発されたChromeの拡張機能で、その主な機能は「Find and manage your tabs easier.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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/                    

拡張機能の基本情報

名前 Tab Grouper Tab Grouper
ID dkiignmfiekgmokkmnpgohpcdolellbn
公式URL 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
Eメール [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"
    }
}