rel nofollow
Put a dotted red border around nofollow links
Vad är rel nofollow?
rel nofollow är en Chrome-tillägg utvecklad av zellous.design, och dess huvudfunktion är "Put a dotted red border around nofollow links".
Ladda ner rel nofollow-förlängningens CRX-fil
Ladda ner rel nofollow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Put a dotted red outline around rel="nofollow" links. Click the icon to turn off the extension.
Grundläggande Information om Tillägg
Namn | |
ID | mhmlmlfdoefkkjkolhhdmhcdfpipaipc |
Officiell webbadress | https://chrome.google.com/webstore/detail/rel-nofollow/mhmlmlfdoefkkjkolhhdmhcdfpipaipc |
Beskrivning | Put a dotted red border around nofollow links |
Filstorlek | 54.78 KB |
Antal Installationer | 191 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2016-07-15 |
Publiceringsdatum | 2016-07-15 |
Utvecklare | zellous.design |
Betalningssätt | free |
Stödda Språk | 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" ] } |