Page rank 2
The chrome extension to detect page rank.
Page rank 2คืออะไร?
Page rank 2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ivanso และคุณลักษณะหลักของมันคือ "The chrome extension to detect page rank."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Page rank 2
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| 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\/*"
]
} | |