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
官方網址 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"
    ]
}