External Followed Link Highlighter
Checks all links on a page for any external links that do not have the attribute rel="nofollow" and highlights them in a red border.
External Followed Link Highlighter là gì?
External Followed Link Highlighter là một tiện ích mở rộng Chrome được phát triển bởi Richard Parnaby-King, và tính năng chính của nó là "Checks all links on a page for any external links that do not have the attribute rel="nofollow" and highlights them in a red border.".
Ả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 External Followed Link Highlighter
Tải xuống các tệp mở rộng External Followed Link Highlighter 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
The attribute rel="nofollow" provides a way for webmasters to tell search engines "Don't follow links on this page" or "Don't follow this specific link." This tool will add a red border around any links that are leading away from the current website that do not have this attribute. Options: * Auto enable for all websites - highlight all external links on all webpages when you visit them. * Select colour for link highlighter - change the colour of the border that highlights links.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ldppbkmjichlgoknicpibbekkajojclb |
URL Chính Thức | https://chrome.google.com/webstore/detail/external-followed-link-hi/ldppbkmjichlgoknicpibbekkajojclb |
Mô tả | Checks all links on a page for any external links that do not have the attribute rel="nofollow" and highlights them in a red border. |
Kích Thước Tệp | 40.5 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-08-24 |
Ngày Phát Hành | 2017-08-24 |
Đánh Giá | 4.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Richard Parnaby-King |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "External Followed Link Highlighter", "short_name": "Link Highlighter", "description": "Checks all links on a page for any external links that do not have the attribute rel=\"nofollow\" and highlights them in a red border.", "version": "1.2", "author": "Richard Parnaby-King", "homepage_url": "https:\/\/github.com\/richard-parnaby-king\/External-Followed-Link-Highlighter", "icons": { "128": "icon.png" }, "options_page": "options\/options.html", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |