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
官方網址 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
}