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

Wat is Click to Tab My?

Click to Tab My is een Chrome-extensie ontwikkeld door WooodHead, en de belangrijkste functie is "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".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Click to Tab My

Download Click to Tab My-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Click to Tab My Click to Tab My
ID poaicgdgcfaimamlpmjfkgfbjmjdpkle
Officiële URL https://chrome.google.com/webstore/detail/click-to-tab-my/poaicgdgcfaimamlpmjfkgfbjmjdpkle
Beschrijving 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
Bestandsgrootte 49.67 KB
Aantal Installaties 320
Huidige Versie 1.4
Laatst Bijgewerkt 2019-01-08
Publicatiedatum 2019-01-03
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar WooodHead
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}