Smart Link

Know whether a link opens in a new tab or not BEFOREHAND

Qu'est-ce que Smart Link ?

Smart Link est une extension Chrome développée par vimukthiweerasiri, et sa fonction principale est "Know whether a link opens in a new tab or not BEFOREHAND".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Smart Link

Téléchargez les fichiers d'extension Smart Link 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

                        Double underline a link if it opens in a new tab when you take the mouse pointer over it. Enjoy!                    

Informations de Base sur l'Extension

Nom Smart Link Smart Link
ID ifpciodbicpaeoajfbfkibnjonikhlai
URL Officiel https://chromewebstore.google.com/detail/smart-link/ifpciodbicpaeoajfbfkibnjonikhlai
Description Know whether a link opens in a new tab or not BEFOREHAND
Taille du Fichier 10.66 KB
Nombre d'Installations 91
Version Actuelle 1.0
Dernière Mise à Jour 2016-07-11
Date de Publication 2016-07-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur vimukthiweerasiri
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Link",
    "description": "Know whether a link opens in a new tab or not BEFOREHAND",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "belmari.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}