Open Tab

Customize how to open a link, open in new or current tab.

Qu'est-ce que Open Tab ?

Open Tab est une extension Chrome développée par https://zimoapps.com, et sa fonction principale est "Customize how to open a link, open in new or current tab.".

Télécharger le fichier CRX de l'extension Open Tab

Téléchargez les fichiers d'extension Open Tab 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 Open Tab Open Tab
ID fkhjihfkdjjkfnbemicdcpgpdgonjfpg
URL Officiel https://chromewebstore.google.com/detail/open-tab/fkhjihfkdjjkfnbemicdcpgpdgonjfpg
Description Customize how to open a link, open in new or current tab.
Taille du Fichier 16.05 KB
Nombre d'Installations 38
Version Actuelle 0.9.1610.123
Dernière Mise à Jour 2015-12-24
Date de Publication 2015-12-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://zimoapps.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://privacy.zimoapps.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Tab",
    "version": "0.9.1610.123",
    "description": "__MSG_ext_des__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon.png",
        "98": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon.png",
            "38": "img\/icon.png"
        },
        "default_title": "Open in new tab",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/event.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "permissions": [
        "",
        "notifications",
        "tabs",
        "storage"
    ]
}