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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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\/*" ] } |