Tab Groups

A variation of the firefox tab group feature for chrome.

Tab Groupsとは何ですか?

Tab Groupsはaxolotlによって開発されたChromeの拡張機能で、その主な機能は「A variation of the firefox tab group feature for chrome.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tab Groups拡張機能のCRXファイルをダウンロード

Tab Groups拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        See the website readme.                    

拡張機能の基本情報

名前 Tab Groups Tab Groups
ID gccimjdagnkcchleckogmciiefdngcgl
公式URL https://chromewebstore.google.com/detail/tab-groups/gccimjdagnkcchleckogmciiefdngcgl
説明 A variation of the firefox tab group feature for chrome.
ファイルサイズ 2.09 MB
インストール数 193
現在のバージョン 0.1
最終更新日 2015-03-18
公開日 2015-03-18
評価 1.67/5 合計 15 レビュー
開発者 axolotl
支払い方法 free
拡張機能のウェブサイト https://github.com/Risto-Stevcev/tabgroups
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Groups",
    "description": "A variation of the firefox tab group feature for chrome.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "chrome:\/\/favicon\/*"
    ]
}