W3Rated Website Ranking & Credibility Tool

Website Ranking and Content Quality Measurement Tool.

什么是W3Rated Website Ranking & Credibility Tool?

W3Rated Website Ranking & Credibility Tool是由https://w3rated.com开发的Chrome扩展程序,该扩展的主要功能是“Website Ranking and Content Quality Measurement Tool.”。

扩展截图

screenshot
screenshot
screenshot

下载W3Rated Website Ranking & Credibility Tool扩展crx文件

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

扩展使用说明

                        Web is full with high-quality content and media. Having a qualitative measure on what is good content and what is not before even you start browsing a website is crucial. Here is where W3Rated comes into play. 

W3Rated is a website ranking and online content quality measurement service that incorporates hundreds of thousands data points provided as feedback from thrusted and verifed users like you all over the world. We use cognitive technologies in order to analyze and come up with the best accurate credibility matrix for each website. A unique holistic score calculated out of six dimensions for each website which will be guiding you thoughtout your browsing experience.

________________________________________________________________
By clicking "Install", you agree to W3Rated Privacy Notice and Terms of Use:
https://www.w3rated.com/Privacy                    

扩展基本信息

名称 W3Rated Website Ranking & Credibility Tool W3Rated Website Ranking & Credibility Tool
ID aeijmmnnkdhboafjnffkoihoceafbecm
官方URL https://chromewebstore.google.com/detail/w3rated-website-ranking-c/aeijmmnnkdhboafjnffkoihoceafbecm
简介 Website Ranking and Content Quality Measurement Tool.
文件大小 283 KB
安装次数 22
当前版本 0.0.2
更新时间 2020-01-11
上架时间 2020-01-11
评分 5.00/5 共2次评分
开发者 https://w3rated.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.w3rated.com
隐私政策页面URL https://w3rated.com/Privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "W3Rated Website Ranking & Credibility Tool",
    "short_name": "W3Rated",
    "version": "0.0.2",
    "description": "Website Ranking and Content Quality Measurement Tool.",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "*:\/\/w3rated.com\/*"
    ],
    "icons": {
        "16": "icons\/active-16.png",
        "48": "icons\/active-48.png",
        "128": "icons\/active-128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "mac": "MacCtrl+Shift+R"
            },
            "description": "Launches W3Rated Plugin"
        }
    },
    "manifest_version": 2
}