No Link Underline
Removes unsightly underlines from html links.
No Link Underline là gì?
No Link Underline là một tiện ích mở rộng Chrome được phát triển bởi Nicros, và tính năng chính của nó là "Removes unsightly underlines from html links.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng No Link Underline
Tải xuống các tệp mở rộng No Link Underline dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | No Link Underline |
ID | knfpmclhohfhanmiilcahnlcndejlldk |
URL Chính Thức | https://chromewebstore.google.com/detail/no-link-underline/knfpmclhohfhanmiilcahnlcndejlldk |
Mô tả | Removes unsightly underlines from html links. |
Kích Thước Tệp | 296 KB |
Số Lần Cài Đặt | 2,002 |
Phiên Bản Hiện Tại | 1.42 |
Cập Nhật Lần Cuối | 2014-03-06 |
Ngày Phát Hành | 2014-03-05 |
Đánh Giá | 3.88/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | Nicros |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |