mercury

Type-to-search your open tabs

什么是mercury?

mercury是由https://benvan.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Type-to-search your open tabs”。

扩展截图

下载mercury扩展crx文件

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

扩展使用说明

                        Mercury is a simple, fast tab finder.

Cmd+Shift+i (mac)
Ctrl+Shift+L (windows/linux)

Open the search, type to filter.
 - up/down : navigate
 - enter : select tab
 - [cmd/ctrl]-backspace : close highlighted tab                    

扩展基本信息

名称 mercury mercury
ID jecgkhhikedmghacamdomkngdfdodbcb
官方URL https://chromewebstore.google.com/detail/mercury/jecgkhhikedmghacamdomkngdfdodbcb
简介 Type-to-search your open tabs
文件大小 18.51 KB
安装次数 139
当前版本 1.1.0
更新时间 2017-11-21
上架时间 2017-11-21
评分 5.00/5 共9次评分
开发者 https://benvan.co.uk
付费类型 free
扩展官网 http://benvan.co.uk
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mercury",
    "description": "Type-to-search your open tabs",
    "version": "1.1.0",
    "offline_enabled": true,
    "author": "Ben van Enckevort",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "38": "icons\/icon-38.png",
            "19": "icons\/icon-19.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L",
                "mac": "Command+Shift+I"
            }
        }
    }
}