Nofollow SEO Link Highlighter

Highlight follow and nofollow links

Apa itu Nofollow SEO Link Highlighter?

Nofollow SEO Link Highlighter adalah ekstensi Chrome yang dikembangkan oleh wayfair.com, dan fitur utamanya adalah "Highlight follow and nofollow links".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Nofollow SEO Link Highlighter

Unduh file ekstensi Nofollow SEO Link Highlighter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Nofollow SEO Link Highlighter Nofollow SEO Link Highlighter
ID gamkimojcjodhglgkmeigpnakpefkkcd
URL Resmi https://chromewebstore.google.com/detail/nofollow-seo-link-highlig/gamkimojcjodhglgkmeigpnakpefkkcd
Deskripsi Highlight follow and nofollow links
Ukuran File 755 KB
Jumlah Instalasi 6,000
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2015-06-26
Tanggal Publikasi 2015-06-26
Penilaian 2.47/5 Total 36 Penilaian
Pengembang wayfair.com
Tipe Pembayaran free
Situs Ekstensi https://github.com/wayfair/nofollow_highlighter
Bahasa yang Didukung 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"
        }
    }
}