Where is my tab?

Search in tabs.

什么是Where is my tab??

Where is my tab?是由Michal Fabry开发的Chrome扩展程序,该扩展的主要功能是“Search in tabs.”。

扩展截图

screenshot
screenshot
screenshot

下载Where is my tab?扩展crx文件

下载Where is my tab?扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "Where is my tab?" is searching for tabs through all your opened windows. It is looking for keywords in the title and the url.

You can assign a keyboard shortcut to the extension for quick access (e.g. Ctrl + Shift + F):
- go to chrome://extensions/
- on the bottom of the page, click on "Configure commands" link
- assign the keyboard shortcut for "Where is my tab?" extension

Where is my tab? has been released under the license GNU GPLv3. Source code is available on https://github.com/furbos/where-is-my-tab                    

扩展基本信息

名称 Where is my tab? Where is my tab?
ID bllfmidjjfmafmfoiobkkcjkcddccngp
官方URL https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp
简介 Search in tabs.
文件大小 35.11 KB
安装次数 67
当前版本 1.1
更新时间 2013-02-21
上架时间 2013-02-21
评分 5.00/5 共4次评分
开发者 Michal Fabry
付费类型 free
扩展官网 https://github.com/furbos/where-is-my-tab
帮助页面URL https://github.com/furbos/where-is-my-tab/issues
支持的语言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where is my tab?",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Search in tabs.",
    "icons": {
        "16": "media\/icon16.png",
        "48": "media\/icon48.png",
        "128": "media\/icon128.png"
    },
    "browser_action": {
        "default_icon": "media\/icon19.png",
        "default_title": "Where is my tab?",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}