Page rank 2

The chrome extension to detect page rank.

Page rank 2とは何ですか?

Page rank 2はivansoによって開発されたChromeの拡張機能で、その主な機能は「The chrome extension to detect page rank.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Page rank 2 is a FREE Google chrome extension to show the open page rank data and website world ranking to make users simpler to understand which site has higher page rank (a.k.a authority).                    

拡張機能の基本情報

名前 Page rank 2 Page rank 2
ID dlopddkpfiahffonhnfjepecckiogele
公式URL https://chromewebstore.google.com/detail/page-rank-2/dlopddkpfiahffonhnfjepecckiogele
説明 The chrome extension to detect page rank.
ファイルサイズ 96.75 KB
インストール数 274
現在のバージョン 1.0.0
最終更新日 2022-10-13
公開日 2022-10-12
評価 5.00/5 合計 2 レビュー
開発者 ivanso
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pageranktwo.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page rank 2",
    "version": "1.0.0",
    "description": "The chrome extension to detect page rank.",
    "manifest_version": 3,
    "author": "Ivan so",
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_title": "Page Rank Two",
        "default_popup": "index.html",
        "default_icon": {
            "16": "logo.png",
            "24": "logo.png",
            "32": "logo.png"
        }
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/openpagerank.com\/*"
    ]
}