Undertaker

Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.

Undertaker란 무엇입니까?

Undertaker은(는) David Glasser에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend."입니다.

Undertaker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Some people like the links on their websites to blend in with no underlines.

And some of us are color-blind and wish we had our 90s-era underlined links back.

This Chrome extension adds an underline to every link on the web. Underscore this!                    

확장 프로그램 기본 정보

이름 Undertaker Undertaker
ID mgbjmcklaalbhgfjcjilgcfihhpnimjm
공식 URL https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm
설명 Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
파일 크기 2.73 KB
설치 횟수 53
현재 버전 3.0
최근 업데이트 2014-03-15
출시 날짜 2014-03-15
평점 5.00/5 총 5 개의 평점
개발자 David Glasser
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "undertaker.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.",
    "name": "Undertaker",
    "version": "3.0"
}