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