Static Tab

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

Apa itu Static Tab?

Static Tab adalah ekstensi Chrome yang dikembangkan oleh tangodanc, dan fitur utamanya adalah "This extension prevents you from opening more than one tab with the same base URL".

Unduh Berkas CRX Ekstensi Static Tab

Unduh file ekstensi Static Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Static Tab Static Tab
ID dmiimckjmaahelmagmbfcmnglekdipcc
URL Resmi https://chrome.google.com/webstore/detail/static-tab/dmiimckjmaahelmagmbfcmnglekdipcc
Deskripsi This extension prevents you from opening more than one tab with the same base URL
Ukuran File 192 KB
Jumlah Instalasi 32
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2015-04-14
Tanggal Publikasi 2015-04-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang tangodanc
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}