Page rank 2
The chrome extension to detect page rank.
Wat is Page rank 2?
Page rank 2 is een Chrome-extensie ontwikkeld door ivanso, en de belangrijkste functie is "The chrome extension to detect page rank.".
Extensie Screenshots
Download het CRX-bestand van de extensie Page rank 2
Download Page rank 2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | Page rank 2 |
ID | dlopddkpfiahffonhnfjepecckiogele |
Officiële URL | https://chromewebstore.google.com/detail/page-rank-2/dlopddkpfiahffonhnfjepecckiogele |
Beschrijving | The chrome extension to detect page rank. |
Bestandsgrootte | 96.75 KB |
Aantal Installaties | 274 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-10-13 |
Publicatiedatum | 2022-10-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ivanso |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://pageranktwo.com/ |
Ondersteunde Talen | 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\/*" ] } |