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"
    ]
}