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文件

下载Visit Rank扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}