Nofollow SEO Link Highlighter

Highlight follow and nofollow links

Was ist Nofollow SEO Link Highlighter?

Nofollow SEO Link Highlighter ist eine Chrome-Erweiterung, die von wayfair.com entwickelt wurde, und ihr Hauptmerkmal ist "Highlight follow and nofollow links".

Erweiterungsscreenshots

screenshot
screenshot

Nofollow SEO Link Highlighter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nofollow SEO Link Highlighter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Nofollow SEO Link Highlighter Nofollow SEO Link Highlighter
ID gamkimojcjodhglgkmeigpnakpefkkcd
Offizielle URL https://chromewebstore.google.com/detail/nofollow-seo-link-highlig/gamkimojcjodhglgkmeigpnakpefkkcd
Beschreibung Highlight follow and nofollow links
Dateigröße 755 KB
Installationsanzahl 6,000
Aktuelle Version 0.2.1
Letztes Update 2015-06-26
Veröffentlichungsdatum 2015-06-26
Bewertung 2.47/5 Insgesamt 36 Bewertungen
Entwickler wayfair.com
Zahlungsart free
Erweiterungswebsite https://github.com/wayfair/nofollow_highlighter
Unterstützte Sprachen 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"
        }
    }
}