Aero Tab

Chrome extension that groups tabs together by domain

Aero Tabとは何ですか?

Aero Tabはrecto.ralphによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension that groups tabs together by domain」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        TO USE: Hit Ctrl+Shift+Q (or Command+Shift+Q for Mac). You can change this keybind in the Chrome Extensions Page, all the way down the bottom where it says "Keyboard Shortcuts".

This extension groups your tabs together by domain so that you can still see their titles even if you have 50 tabs or reddit or Hacker News open. Inspired by the Window 7 Aero taskbar (hence the name).                    

拡張機能の基本情報

名前 Aero Tab Aero Tab
ID jpmehnjljnjpkamhgbikgfcmlboholhg
公式URL https://chrome.google.com/webstore/detail/aero-tab/jpmehnjljnjpkamhgbikgfcmlboholhg
説明 Chrome extension that groups tabs together by domain
ファイルサイズ 123 KB
インストール数 152
現在のバージョン 1.1
最終更新日 2013-08-21
公開日 2013-08-21
評価 1.80/5 合計 5 レビュー
開発者 recto.ralph
支払い方法 free
拡張機能のウェブサイト https://github.com/ralphrecto/aero-tab
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Aero Tab",
    "description": "Chrome extension that groups tabs together by domain",
    "version": "1.1",
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "commands": {
        "toggle_dialog": {
            "suggested_key": {
                "default": "Ctrl+Shift+Q",
                "mac": "Command+Shift+Q"
            },
            "description": "Toggles the tab grouping dialog"
        }
    },
    "background": {
        "scripts": [
            "javascripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "javascripts\/lib\/jquery-1.10.2.min.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}