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.
Wat is External Followed Link Highlighter?
External Followed Link Highlighter is een Chrome-extensie ontwikkeld door Richard Parnaby-King, en de belangrijkste functie is "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.".
Extensie Screenshots
Download het CRX-bestand van de extensie External Followed Link Highlighter
Download External Followed Link Highlighter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ldppbkmjichlgoknicpibbekkajojclb |
Officiële URL | https://chrome.google.com/webstore/detail/external-followed-link-hi/ldppbkmjichlgoknicpibbekkajojclb |
Beschrijving | 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. |
Bestandsgrootte | 40.5 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-08-24 |
Publicatiedatum | 2017-08-24 |
Beoordeling | 4.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Richard Parnaby-King |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |