No Link Underline

Removes unsightly underlines from html links.

Co to jest No Link Underline?

No Link Underline to rozszerzenie Chrome opracowane przez Nicros, a jego główną funkcją jest „Removes unsightly underlines from html links.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia No Link Underline

Pobierz pliki rozszerzeń No Link Underline w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa No Link Underline No Link Underline
ID knfpmclhohfhanmiilcahnlcndejlldk
Oficjalny URL https://chromewebstore.google.com/detail/no-link-underline/knfpmclhohfhanmiilcahnlcndejlldk
Opis Removes unsightly underlines from html links.
Rozmiar pliku 296 KB
Liczba instalacji 2,002
Aktualna Wersja 1.42
Ostatnia Aktualizacja 2014-03-06
Data Publikacji 2014-03-05
Ocena 3.88/5 Łącznie 16 Oceny
Deweloper Nicros
Typ Płatności free
Obsługiwane Języki 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"
    }
}