Nofollow SEO Link Highlighter

Highlight follow and nofollow links

什麼是Nofollow SEO Link Highlighter?

Nofollow SEO Link Highlighter是由wayfair.com開發的Chrome擴展程式,該擴展的主要功能是“Highlight follow and nofollow links”。

擴展截圖

screenshot
screenshot

下載Nofollow SEO Link Highlighter擴展crx文件

下載Nofollow SEO Link Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Nofollow SEO Link Highlighter Nofollow SEO Link Highlighter
ID gamkimojcjodhglgkmeigpnakpefkkcd
官方網址 https://chromewebstore.google.com/detail/nofollow-seo-link-highlig/gamkimojcjodhglgkmeigpnakpefkkcd
簡介 Highlight follow and nofollow links
檔案大小 755 KB
安裝次數 6,000
目前版本 0.2.1
更新時間 2015-06-26
上架時間 2015-06-26
評分 2.47/5 共 36 次評分
開發者 wayfair.com
付費類型 free
擴展官網 https://github.com/wayfair/nofollow_highlighter
支援的語言 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"
        }
    }
}