Nofollow SEO Link Highlighter

Highlight follow and nofollow links

Qu'est-ce que Nofollow SEO Link Highlighter ?

Nofollow SEO Link Highlighter est une extension Chrome développée par wayfair.com, et sa fonction principale est "Highlight follow and nofollow links".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Nofollow SEO Link Highlighter

Téléchargez les fichiers d'extension Nofollow SEO Link Highlighter 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

                        Nofollow SEO Link Highlighter is an extension for Google Chrome that allows you to highlight links that point to any of your domains.  You can choose the colors to highlight nofollow and follow links, and which domains/hosts to highlight.  You can also turn highlighting on and off for different sites.                    

Informations de Base sur l'Extension

Nom Nofollow SEO Link Highlighter Nofollow SEO Link Highlighter
ID gamkimojcjodhglgkmeigpnakpefkkcd
URL Officiel https://chromewebstore.google.com/detail/nofollow-seo-link-highlig/gamkimojcjodhglgkmeigpnakpefkkcd
Description Highlight follow and nofollow links
Taille du Fichier 755 KB
Nombre d'Installations 6,000
Version Actuelle 0.2.1
Dernière Mise à Jour 2015-06-26
Date de Publication 2015-06-26
Évaluation 2.47/5 Total 36 Évaluations
Développeur wayfair.com
Type de Paiement free
Site Web de l'Extension https://github.com/wayfair/nofollow_highlighter
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Wayfair",
    "name": "Nofollow SEO Link Highlighter",
    "version": "0.2.1",
    "minimum_chrome_version": "16.0",
    "manifest_version": 2,
    "description": "Highlight follow and nofollow links",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon-off.png"
    },
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/core.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-1.11.3.min.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "commands": {
        "toggle-wfnflh": {
            "suggested_key": {
                "default": "Alt+Shift+N"
            },
            "description": "Toggle No-Follow Link Highlighter"
        }
    }
}