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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        }
    }
}