Keeping Tabs

Search your open tabs to select the one you are looking for!

Keeping Tabsとは何ですか?

Keeping TabsはManjesh Malavalliによって開発されたChromeの拡張機能で、その主な機能は「Search your open tabs to select the one you are looking for!」です。

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

screenshot

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

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

拡張機能の使用方法

                        For those of you who browse the web with a lot of open tabs, Keeping Tabs allow you to search your open tabs and get to the one you want. You don't have to click on each tab until you find the one you're looking for.                    

拡張機能の基本情報

名前 Keeping Tabs Keeping Tabs
ID bmacmmfphpkinaambadlchfgahmmhjmc
公式URL https://chromewebstore.google.com/detail/keeping-tabs/bmacmmfphpkinaambadlchfgahmmhjmc
説明 Search your open tabs to select the one you are looking for!
ファイルサイズ 15.56 KB
インストール数 14
現在のバージョン 1.0
最終更新日 2015-11-23
公開日 2015-11-22
評価 5.00/5 合計 1 レビュー
開発者 Manjesh Malavalli
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "manifest_version": 2,
    "name": "Keeping Tabs",
    "description": "Search your open tabs to select the one you are looking for!",
    "icons": {
        "16": "assets\/logo\/16.png",
        "32": "assets\/logo\/32.png",
        "48": "assets\/logo\/48.png",
        "128": "assets\/logo\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "assets\/logo\/32.png"
        }
    },
    "background": {
        "scripts": [
            "background\/opentabs.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*\/",
        "chrome:\/\/favicon\/*",
        "tabs"
    ]
}