No Link Underline
Removes unsightly underlines from html links.
什么是No Link Underline?
No Link Underline是由Nicros开发的Chrome扩展程序,该扩展的主要功能是“Removes unsightly underlines from html links.”。
扩展截图
下载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 |
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" } } |