rel nofollow

Put a dotted red border around nofollow links

Cos'è rel nofollow?

rel nofollow è un'estensione di Chrome sviluppata da zellous.design, e la sua funzione principale è "Put a dotted red border around nofollow links".

Scarica il file CRX dell'estensione rel nofollow

Scarica i file di estensione rel nofollow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Click the icon to turn off the extension.                    

Informazioni di Base sull'Estensione

Nome rel nofollow rel nofollow
ID mhmlmlfdoefkkjkolhhdmhcdfpipaipc
URL Ufficiale https://chrome.google.com/webstore/detail/rel-nofollow/mhmlmlfdoefkkjkolhhdmhcdfpipaipc
Descrizione Put a dotted red border around nofollow links
Dimensione del File 54.78 KB
Conteggio Installazioni 191
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-07-15
Data di Pubblicazione 2016-07-15
Sviluppatore zellous.design
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}