Google Search Underline

Underlines important hyperlinks for Google search.

Google Search Underline란 무엇입니까?

Google Search Underline은(는) IsaacP에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Underlines important hyperlinks for Google search."입니다.

확장 프로그램 스크린샷

screenshot

Google Search Underline 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple add-on that re-adds the old underline to blue hyperlinks for Google searches.

Note: does not affect Ads.                    

확장 프로그램 기본 정보

이름 Google Search Underline Google Search Underline
ID libipaoihneocajbnbijebejmabilkdh
공식 URL https://chromewebstore.google.com/detail/google-search-underline/libipaoihneocajbnbijebejmabilkdh
설명 Underlines important hyperlinks for Google search.
파일 크기 12.83 KB
설치 횟수 164
현재 버전 2.0.0
최근 업데이트 2020-10-20
출시 날짜 2018-09-29
평점 4.80/5 총 5 개의 평점
개발자 IsaacP
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Search Underline",
    "description": "Underlines important hyperlinks for Google search.",
    "version": "2.0.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.ca\/*",
                "https:\/\/encrypted.google.com\/*",
                "*:\/\/www.google.ae\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/www.google.at\/*",
                "*:\/\/www.google.au\/*",
                "*:\/\/www.google.be\/*",
                "*:\/\/www.google.bg\/*",
                "*:\/\/www.google.ch\/*",
                "*:\/\/www.google.cl\/*",
                "*:\/\/www.google.cn\/*",
                "*:\/\/www.google.co.id\/*",
                "*:\/\/www.google.co.il\/*",
                "*:\/\/www.google.co.in\/*",
                "*:\/\/www.google.co.kr\/*",
                "*:\/\/www.google.co.nz\/*",
                "*:\/\/www.google.co.jp\/*",
                "*:\/\/www.google.co.th\/*",
                "*:\/\/www.google.co.uk\/*",
                "*:\/\/www.google.co.ve\/*",
                "*:\/\/www.google.co.za\/*",
                "*:\/\/www.google.com.ar\/*",
                "*:\/\/www.google.com.au\/*",
                "*:\/\/www.google.com.br\/*",
                "*:\/\/www.google.com.co\/*",
                "*:\/\/www.google.com.eg\/*",
                "*:\/\/www.google.com.hk\/*",
                "*:\/\/www.google.com.mx\/*",
                "*:\/\/www.google.com.my\/*",
                "*:\/\/www.google.com.ng\/*",
                "*:\/\/www.google.com.pe\/*",
                "*:\/\/www.google.com.ph\/*",
                "*:\/\/www.google.com.pk\/*",
                "*:\/\/www.google.com.sa\/*",
                "*:\/\/www.google.com.sg\/*",
                "*:\/\/www.google.com.tr\/*",
                "*:\/\/www.google.com.tw\/*",
                "*:\/\/www.google.com.ua\/*",
                "*:\/\/www.google.com.vn\/*",
                "*:\/\/www.google.cz\/*",
                "*:\/\/www.google.de\/*",
                "*:\/\/www.google.dk\/*",
                "*:\/\/www.google.ee\/*",
                "*:\/\/www.google.es\/*",
                "*:\/\/www.google.fi\/*",
                "*:\/\/www.google.fr\/*",
                "*:\/\/www.google.gr\/*",
                "*:\/\/www.google.hr\/*",
                "*:\/\/www.google.hu\/*",
                "*:\/\/www.google.ie\/*",
                "*:\/\/www.google.it\/*",
                "*:\/\/www.google.lt\/*",
                "*:\/\/www.google.lv\/*",
                "*:\/\/www.google.nl\/*",
                "*:\/\/www.google.no\/*",
                "*:\/\/www.google.pl\/*",
                "*:\/\/www.google.pt\/*",
                "*:\/\/www.google.ro\/*",
                "*:\/\/www.google.rs\/*",
                "*:\/\/www.google.ru\/*",
                "*:\/\/www.google.se\/*",
                "*:\/\/www.google.si\/*",
                "*:\/\/www.google.sk\/*"
            ],
            "js": [
                "cs.js"
            ],
            "css": [
                "GUL.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "i16.png",
        "48": "i48.png",
        "128": "i128.png"
    }
}