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.」です。

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

screenshot

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 Auto-Group Tabs
ID danncghahncanipdoajmakdbeaophenb
公式URL 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
Eメール [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"
    ]
}