Keeping Tabs

Search your open tabs to select the one you are looking for!

什么是Keeping Tabs?

Keeping Tabs是由Manjesh Malavalli开发的Chrome扩展程序,该扩展的主要功能是“Search your open tabs to select the one you are looking for!”。

扩展截图

screenshot

下载Keeping Tabs扩展crx文件

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

扩展使用说明

                        For those of you who browse the web with a lot of open tabs, Keeping Tabs allow you to search your open tabs and get to the one you want. You don't have to click on each tab until you find the one you're looking for.                    

扩展基本信息

名称 Keeping Tabs Keeping Tabs
ID bmacmmfphpkinaambadlchfgahmmhjmc
官方URL https://chromewebstore.google.com/detail/keeping-tabs/bmacmmfphpkinaambadlchfgahmmhjmc
简介 Search your open tabs to select the one you are looking for!
文件大小 15.56 KB
安装次数 14
当前版本 1.0
更新时间 2015-11-23
上架时间 2015-11-22
评分 5.00/5 共1次评分
开发者 Manjesh Malavalli
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "manifest_version": 2,
    "name": "Keeping Tabs",
    "description": "Search your open tabs to select the one you are looking for!",
    "icons": {
        "16": "assets\/logo\/16.png",
        "32": "assets\/logo\/32.png",
        "48": "assets\/logo\/48.png",
        "128": "assets\/logo\/128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "assets\/logo\/32.png"
        }
    },
    "background": {
        "scripts": [
            "background\/opentabs.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*\/",
        "chrome:\/\/favicon\/*",
        "tabs"
    ]
}