No Link Underline

Removes unsightly underlines from html links.

Qu'est-ce que No Link Underline ?

No Link Underline est une extension Chrome développée par Nicros, et sa fonction principale est "Removes unsightly underlines from html links.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension No Link Underline

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

                        Google Chrome, while an absolutely great browser, does not at this time provide a setting to allow you to remove underlines from links.

The No Link Underline plugin will remove these links, and clean up your pages.  

Changes:
v1.42
Updated to work with new versions of chrome
v1.41
Modified extension to use jQuery to surgically remove underlines
v1.3
Fixed links that are still underlined in Facebook messages                    

Informations de Base sur l'Extension

Nom No Link Underline No Link Underline
ID knfpmclhohfhanmiilcahnlcndejlldk
URL Officiel https://chromewebstore.google.com/detail/no-link-underline/knfpmclhohfhanmiilcahnlcndejlldk
Description Removes unsightly underlines from html links.
Taille du Fichier 296 KB
Nombre d'Installations 2,002
Version Actuelle 1.42
Dernière Mise à Jour 2014-03-06
Date de Publication 2014-03-05
Évaluation 3.88/5 Total 16 Évaluations
Développeur Nicros
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "name": "No Link Underline",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.42",
    "manifest_version": 2,
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/",
                "https:\/\/*\/",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.8.3.js",
                "nulchecker.js"
            ],
            "css": [
                "underlineUpdate.css"
            ]
        }
    ],
    "description": "Removes unsightly underlines from html links. ",
    "icons": {
        "128": "NoUnderLineLinks128.png",
        "16": "NoUnderLineLinks16.png",
        "48": "NoUnderLineLinks48.png"
    }
}