rel nofollow

Put a dotted red border around nofollow links

Wat is rel nofollow?

rel nofollow is een Chrome-extensie ontwikkeld door zellous.design, en de belangrijkste functie is "Put a dotted red border around nofollow links".

Download het CRX-bestand van de extensie rel nofollow

Download rel nofollow-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

                        Put a dotted red outline around rel="nofollow" links.

Click the icon to turn off the extension.                    

Basisinformatie over de Extensie

Naam rel nofollow rel nofollow
ID mhmlmlfdoefkkjkolhhdmhcdfpipaipc
Officiële URL https://chrome.google.com/webstore/detail/rel-nofollow/mhmlmlfdoefkkjkolhhdmhcdfpipaipc
Beschrijving Put a dotted red border around nofollow links
Bestandsgrootte 54.78 KB
Aantal Installaties 191
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-07-15
Publicatiedatum 2016-07-15
Ontwikkelaar zellous.design
Betalingswijze free
Ondersteunde Talen 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"
    ]
}