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
公式URL 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"
    ]
}