Static Tab

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

Static Tab क्या है?

Static Tab tangodanc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension prevents you from opening more than one tab with the same base URL"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Static Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}