rel nofollow
Put a dotted red border around nofollow links
What is rel nofollow?
rel nofollow is a Chrome extension developed by zellous.design, and its main feature is "Put a dotted red border around nofollow links".
Download rel nofollow Extension CRX File
Download rel nofollow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Put a dotted red outline around rel="nofollow" links. Click the icon to turn off the extension.
Extension Basic Information
Name | |
ID | mhmlmlfdoefkkjkolhhdmhcdfpipaipc |
Official URL | https://chrome.google.com/webstore/detail/rel-nofollow/mhmlmlfdoefkkjkolhhdmhcdfpipaipc |
Description | Put a dotted red border around nofollow links |
File Size | 54.78 KB |
Installation Count | 191 |
Current Version | 1.0.1 |
Last Updated | 2016-07-15 |
Publish Date | 2016-07-15 |
Developer | zellous.design |
Payment Type | free |
Supported Languages | 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" ] } |