Ahrefs Opener
Open Ahrefs.com site explorer for the current page.
Ahrefs Openerคืออะไร?
Ahrefs Opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย simon และคุณลักษณะหลักของมันคือ "Open Ahrefs.com site explorer for the current page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ahrefs Opener
ดาวน์โหลดไฟล์ส่วนขยาย Ahrefs Opener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open Ahrefs.com site explorer for the current page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ekknnaljlfpplocdbolkojilclngflnm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ahrefs-opener/ekknnaljlfpplocdbolkojilclngflnm |
คำอธิบาย | Open Ahrefs.com site explorer for the current page. |
ขนาดไฟล์ | 6.67 KB |
จำนวนการติดตั้ง | 54 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2018-12-13 |
วันที่เผยแพร่ | 2018-12-13 |
ผู้พัฒนา | simon |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "ao16.png", "128": "ao128.png" }, "name": "Ahrefs Opener", "description": "Open Ahrefs.com site explorer for the current page.", "version": "1", "author": "Simon Howland", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": [], "permissions": [ "activeTab" ] } |