wquicktabs
Quick search through your tabs
wquicktabsとは何ですか?
wquicktabsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Quick search through your tabs」です。
拡張機能のスクリーンショット
wquicktabs拡張機能のCRXファイルをダウンロード
wquicktabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Quickly filter, find and move across all your tabs from all windows. Activate it by clicking on the icon or by key bindings MAC: Command + Shift + L | WINDOWS: Ctrl + Shift + L                     拡張機能の基本情報
| 名前 |   |  
| ID | jiapgndgdeanmlddflmlldnnkfojgieb | 
| 公式URL | https://chromewebstore.google.com/detail/wquicktabs/jiapgndgdeanmlddflmlldnnkfojgieb | 
| 説明 | Quick search through your tabs | 
| ファイルサイズ | 308 KB | 
| インストール数 | 137 | 
| 現在のバージョン | 1.0.1 | 
| 最終更新日 | 2018-12-04 | 
| 公開日 | 2018-12-04 | 
| 評価 | 4.50/5 合計 2 レビュー | 
| 開発者 | Unknown | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://wquicktabs.com | 
| ヘルプページのURL | http://wquicktabs.com | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wquicktabs",
    "description": "Quick search through your tabs",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "wquicktabs",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "history",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Ctrl+Shift+L"
            }
        }
    }
}  |  |