rel nofollow

Put a dotted red border around nofollow links

Qu'est-ce que rel nofollow ?

rel nofollow est une extension Chrome développée par zellous.design, et sa fonction principale est "Put a dotted red border around nofollow links".

Télécharger le fichier CRX de l'extension rel nofollow

Téléchargez les fichiers d'extension rel nofollow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Click the icon to turn off the extension.                    

Informations de Base sur l'Extension

Nom rel nofollow rel nofollow
ID mhmlmlfdoefkkjkolhhdmhcdfpipaipc
URL Officiel https://chrome.google.com/webstore/detail/rel-nofollow/mhmlmlfdoefkkjkolhhdmhcdfpipaipc
Description Put a dotted red border around nofollow links
Taille du Fichier 54.78 KB
Nombre d'Installations 191
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-07-15
Date de Publication 2016-07-15
Développeur zellous.design
Type de Paiement free
Langues Prises en Charge 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"
    ]
}