Click to Tab My

Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it

Cos'è Click to Tab My?

Click to Tab My è un'estensione di Chrome sviluppata da WooodHead, e la sua funzione principale è "Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Click to Tab My

Scarica i file di estensione Click to Tab My in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Click to Tab My Click to Tab My
ID poaicgdgcfaimamlpmjfkgfbjmjdpkle
URL Ufficiale https://chrome.google.com/webstore/detail/click-to-tab-my/poaicgdgcfaimamlpmjfkgfbjmjdpkle
Descrizione Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it
Dimensione del File 49.67 KB
Conteggio Installazioni 320
Versione Corrente 1.4
Ultimo Aggiornamento 2019-01-08
Data di Pubblicazione 2019-01-03
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore WooodHead
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "background": {
        "page": "background.htm"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Click on a link to open it in new tab instead of opening it in current tab. Options available open tabs in background or disable it",
    "homepage_url": "http:\/\/tejji.com\/",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "19": "img\/icon19.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Click to Tab My",
    "options_page": "options.htm",
    "permissions": [
        "contextMenus",
        "unlimitedStorage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4",
    "web_accessible_resources": [
        "js\/jquery.min.js",
        "js\/content-script.js"
    ]
}