Xranks

The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.

Xranksとは何ですか?

Xranksはhttps://xranks.comによって開発されたChromeの拡張機能で、その主な機能は「The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Xranks拡張機能のCRXファイルをダウンロード

Xranks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        See website traffic and key metrics for any website, including engagement rate, traffic ranking, keyword ranking and traffic source.
The Xranks Browser Extension allows you to gain insights into any website’s statistics and strategy as you’re browsing, with the click of a button. The extension allows you to surf sites and find out all the information you need, all in one place.

With a single click, you can get in-depth traffic and engagement statistics for any website. Want to see how popular a site is? What are the main traffic sources? The Xranks browser extension provides users with all this information and much, much more.                    

拡張機能の基本情報

名前 Xranks Xranks
ID jplhhjlmfcpgfiffabapnhiliimhiopc
公式URL https://chromewebstore.google.com/detail/xranks/jplhhjlmfcpgfiffabapnhiliimhiopc
説明 The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.
ファイルサイズ 14.5 KB
インストール数 3,526
現在のバージョン 1.5
最終更新日 2020-05-28
公開日 2020-05-28
評価 5.00/5 合計 1 レビュー
開発者 https://xranks.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://xranks.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Xranks",
    "short_name": "Xranks",
    "version": "1.5",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "The Official Xranks Extension, providing Traffic Rank, site Information and similars website when clicked.\n",
    "homepage_url": "https:\/\/xranks.com\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png",
        "icons": {
            "16": "logo_16.png",
            "48": "logo_48.png",
            "128": "logo_128.png"
        }
    },
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "permissions": [
        "activeTab"
    ]
}