Tab Finder

Search through tabs for title.

Tab Finderとは何ですか?

Tab Finderはhttps://hexagonvoxels.comによって開発されたChromeの拡張機能で、その主な機能は「Search through tabs for title.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension allows you to search through your open tabs in order to find a tab that you are looking for.  It's helpful whenever you have many tabs open and your tab titles are truncated.                    

拡張機能の基本情報

名前 Tab Finder Tab Finder
ID ofjeoodmfogpeinbafdommgdecgjelac
公式URL https://chromewebstore.google.com/detail/tab-finder/ofjeoodmfogpeinbafdommgdecgjelac
説明 Search through tabs for title.
ファイルサイズ 285 KB
インストール数 46
現在のバージョン 0.1.2
最終更新日 2017-01-04
公開日 2017-01-04
開発者 https://hexagonvoxels.com
支払い方法 free
拡張機能のウェブサイト https://github.com/zero298/TabFinder
ヘルプページのURL https://github.com/zero298/TabFinder
対応言語 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionName__",
    "version": "0.1.2",
    "author": "zero298",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon16.png",
            "38": "img\/icon48.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "html\/tabfinder.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}