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). 擴展基本資訊
| 名稱 | |
| ID | dlopddkpfiahffonhnfjepecckiogele |
| 官方網址 | 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\/*"
]
} | |