rel nofollow
Put a dotted red border around nofollow links
Was ist rel nofollow?
rel nofollow ist eine Chrome-Erweiterung, die von zellous.design entwickelt wurde, und ihr Hauptmerkmal ist "Put a dotted red border around nofollow links".
rel nofollow-Erweiterungs-CRX-Datei herunterladen
Laden Sie rel nofollow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Put a dotted red outline around rel="nofollow" links. Click the icon to turn off the extension.
Grundlegende Informationen zur Erweiterung
Name | |
ID | mhmlmlfdoefkkjkolhhdmhcdfpipaipc |
Offizielle URL | https://chrome.google.com/webstore/detail/rel-nofollow/mhmlmlfdoefkkjkolhhdmhcdfpipaipc |
Beschreibung | Put a dotted red border around nofollow links |
Dateigröße | 54.78 KB |
Installationsanzahl | 191 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2016-07-15 |
Veröffentlichungsdatum | 2016-07-15 |
Entwickler | zellous.design |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "rel nofollow", "description": "Put a dotted red border around nofollow links", "version": "1.0.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |