Nofollow SEO Link Highlighter

Highlight follow and nofollow links

Wat is Nofollow SEO Link Highlighter?

Nofollow SEO Link Highlighter is een Chrome-extensie ontwikkeld door wayfair.com, en de belangrijkste functie is "Highlight follow and nofollow links".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Nofollow SEO Link Highlighter

Download Nofollow SEO Link Highlighter-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

                        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.                    

Basisinformatie over de Extensie

Naam Nofollow SEO Link Highlighter Nofollow SEO Link Highlighter
ID gamkimojcjodhglgkmeigpnakpefkkcd
Officiële URL https://chromewebstore.google.com/detail/nofollow-seo-link-highlig/gamkimojcjodhglgkmeigpnakpefkkcd
Beschrijving Highlight follow and nofollow links
Bestandsgrootte 755 KB
Aantal Installaties 6,000
Huidige Versie 0.2.1
Laatst Bijgewerkt 2015-06-26
Publicatiedatum 2015-06-26
Beoordeling 2.47/5 Totaal 36 Beoordelingen
Ontwikkelaar wayfair.com
Betalingswijze free
Extensiewebsite https://github.com/wayfair/nofollow_highlighter
Ondersteunde Talen 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"
        }
    }
}