No Link Underline

Removes unsightly underlines from html links.

No Link Underline란 무엇입니까?

No Link Underline은(는) Nicros에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes unsightly underlines from html links."입니다.

확장 프로그램 스크린샷

screenshot

No Link Underline 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 No Link Underline No Link Underline
ID knfpmclhohfhanmiilcahnlcndejlldk
공식 URL https://chromewebstore.google.com/detail/no-link-underline/knfpmclhohfhanmiilcahnlcndejlldk
설명 Removes unsightly underlines from html links.
파일 크기 296 KB
설치 횟수 2,002
현재 버전 1.42
최근 업데이트 2014-03-06
출시 날짜 2014-03-05
평점 3.88/5 총 16 개의 평점
개발자 Nicros
결제 유형 free
지원되는 언어 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"
    }
}