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ファイルをダウンロード

No Link Underline拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}