Visit Rank

Visit Rank | Free Domain Rank Checker

Visit Rank란 무엇입니까?

Visit Rank은(는) https://visitrank.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Visit Rank | Free Domain Rank Checker"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Visit Rank 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Zero-click website ranking. Visit Rank covers more than 350 million web domains and subdomains.
Visit Rank for Chrome automatically displays visited website rank which lets you verify how popular a website is even without a single click and without interrupting your workflow.

What's unique about Visit Rank?

  - Traffic rank information provided in automatic and distraction-less manner

  - Exhaustive coverage: the well-known domains and the long tail

Visit https://www.visitrank.com for more information and an online web-based version of Visit Rank.                    

확장 프로그램 기본 정보

이름 Visit Rank Visit Rank
ID nlngjakjpiclcnpkdldpehjiggmcfcip
공식 URL https://chromewebstore.google.com/detail/visit-rank/nlngjakjpiclcnpkdldpehjiggmcfcip
설명 Visit Rank | Free Domain Rank Checker
파일 크기 125 KB
설치 횟수 162
현재 버전 1.0.2
최근 업데이트 2017-06-28
출시 날짜 2017-06-28
개발자 https://visitrank.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.visitrank.com
도움말 페이지 URL https://www.visitrank.com
개인정보 보호 정책 페이지 URL https://www.visitrank.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visit Rank",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Visit Rank | Free Domain Rank Checker",
    "homepage_url": "https:\/\/www.visitrank.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Visit Rank",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "fonts\/*.woff2"
    ]
}