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
Eメール [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
}