Opens external links in a new tab

Opens external links in a new tab

Qu'est-ce que Opens external links in a new tab ?

Opens external links in a new tab est une extension Chrome développée par Celtis Ltd, et sa fonction principale est "Opens external links in a new tab".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Opens external links in a new tab

Téléchargez les fichiers d'extension Opens external links in a new 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

                        This small extension converts all external links to be opened in a new tab.

This simple, but useful functionality was inspired by some famous collaboration web sites where by default external links are opened in the same window and it cannot be changed.                    

Informations de Base sur l'Extension

Nom Opens external links in a new tab Opens external links in a new tab
ID dmcplcjakmobkeanofhphpjecbpjicka
URL Officiel https://chromewebstore.google.com/detail/opens-external-links-in-a/dmcplcjakmobkeanofhphpjecbpjicka
Description Opens external links in a new tab
Taille du Fichier 28.99 KB
Nombre d'Installations 1,145
Version Actuelle 1.0
Dernière Mise à Jour 2015-08-21
Date de Publication 2015-08-21
Évaluation 2.67/5 Total 12 Évaluations
Développeur Celtis Ltd
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Opens external links in a new tab",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Opens external links in a new tab",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/targetFixer.js"
            ]
        }
    ]
}