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

Qu'est-ce que Click to Tab My ?

Click to Tab My est une extension Chrome développée par WooodHead, et sa fonction principale est "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".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Click to Tab My

Téléchargez les fichiers d'extension Click to Tab My au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Click to Tab My Click to Tab My
ID poaicgdgcfaimamlpmjfkgfbjmjdpkle
URL Officiel https://chrome.google.com/webstore/detail/click-to-tab-my/poaicgdgcfaimamlpmjfkgfbjmjdpkle
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
Taille du Fichier 49.67 KB
Nombre d'Installations 320
Version Actuelle 1.4
Dernière Mise à Jour 2019-01-08
Date de Publication 2019-01-03
Évaluation 1.00/5 Total 2 Évaluations
Développeur WooodHead
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}