Static Tab

This extension prevents you from opening more than one tab with the same base URL

什麼是Static Tab?

Static Tab是由tangodanc開發的Chrome擴展程式,該擴展的主要功能是“This extension prevents you from opening more than one tab with the same base URL”。

下載Static Tab擴展crx文件

下載Static Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Hello. This is a very simple app that aims to save your time and CPU of your browser.It just prevents to open a multiple tag with the same base URL. It force you to use one "static" tab for each base URL. Enjoy                    

擴展基本資訊

名稱 Static Tab Static Tab
ID dmiimckjmaahelmagmbfcmnglekdipcc
官方網址 https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc
簡介 This extension prevents you from opening more than one tab with the same base URL
檔案大小 192 KB
安裝次數 32
目前版本 0.0.1
更新時間 2015-04-14
上架時間 2015-04-14
評分 5.00/5 共 1 次評分
開發者 tangodanc
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Static Tab",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension prevents you from opening more than one tab with the same base URL",
    "homepage_url": "http:\/\/hightechfor.me",
    "icons": {
        "16": "icons\/statictab16.png",
        "48": "icons\/statictab48.png",
        "128": "icons\/statictab128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "idle",
        "management",
        "tabs"
    ]
}