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

Was ist Click to Tab My?

Click to Tab My ist eine Chrome-Erweiterung, die von WooodHead entwickelt wurde, und ihr Hauptmerkmal ist "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".

Erweiterungsscreenshots

screenshot

Click to Tab My-Erweiterungs-CRX-Datei herunterladen

Laden Sie Click to Tab My-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Click to Tab My Click to Tab My
ID poaicgdgcfaimamlpmjfkgfbjmjdpkle
Offizielle URL https://chrome.google.com/webstore/detail/click-to-tab-my/poaicgdgcfaimamlpmjfkgfbjmjdpkle
Beschreibung 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
Dateigröße 49.67 KB
Installationsanzahl 320
Aktuelle Version 1.4
Letztes Update 2019-01-08
Veröffentlichungsdatum 2019-01-03
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler WooodHead
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}