Page rank 2

The chrome extension to detect page rank.

Apa itu Page rank 2?

Page rank 2 adalah ekstensi Chrome yang dikembangkan oleh ivanso, dan fitur utamanya adalah "The chrome extension to detect page rank.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Page rank 2

Unduh file ekstensi Page rank 2 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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).                    

Informasi Dasar Ekstensi

Nama Page rank 2 Page rank 2
ID dlopddkpfiahffonhnfjepecckiogele
URL Resmi https://chromewebstore.google.com/detail/page-rank-2/dlopddkpfiahffonhnfjepecckiogele
Deskripsi The chrome extension to detect page rank.
Ukuran File 96.75 KB
Jumlah Instalasi 274
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-10-13
Tanggal Publikasi 2022-10-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang ivanso
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://pageranktwo.com/
Bahasa yang Didukung 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\/*"
    ]
}