No Link Underline

Removes unsightly underlines from html links.

Co je No Link Underline?

No Link Underline je rozšíření Chrome vyvinuté Nicros, a jeho hlavní funkcí je „Removes unsightly underlines from html links.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření No Link Underline

Stáhněte si soubory rozšíření No Link Underline ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název No Link Underline No Link Underline
ID knfpmclhohfhanmiilcahnlcndejlldk
Oficiální URL https://chromewebstore.google.com/detail/no-link-underline/knfpmclhohfhanmiilcahnlcndejlldk
Popis Removes unsightly underlines from html links.
Velikost souboru 296 KB
Počet instalací 2,002
Aktuální Verze 1.42
Poslední Aktualizace 2014-03-06
Datum Vydání 2014-03-05
Hodnocení 3.88/5 Celkem 16 Hodnocení
Vývojář Nicros
Typ Platby free
Podporované Jazyky 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"
    }
}