Page rank 2
The chrome extension to detect page rank.
Cos'è Page rank 2?
Page rank 2 è un'estensione di Chrome sviluppata da ivanso, e la sua funzione principale è "The chrome extension to detect page rank.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page rank 2
Scarica i file di estensione Page rank 2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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).
Informazioni di Base sull'Estensione
Nome | Page rank 2 |
ID | dlopddkpfiahffonhnfjepecckiogele |
URL Ufficiale | https://chromewebstore.google.com/detail/page-rank-2/dlopddkpfiahffonhnfjepecckiogele |
Descrizione | The chrome extension to detect page rank. |
Dimensione del File | 96.75 KB |
Conteggio Installazioni | 274 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-10-13 |
Data di Pubblicazione | 2022-10-12 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | ivanso |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pageranktwo.com/ |
Lingue Supportate | 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\/*" ] } |