LinkCount
Aggregate the number of links that appear in a web page.
LinkCountคืออะไร?
LinkCount เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Aggregate the number of links that appear in a web page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkCount
ดาวน์โหลดไฟล์ส่วนขยาย LinkCount ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tool that displays list of URLs located on a webpage and groups them into External, Domain, and Subdomain.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LinkCount |
ID | paaebmoedgifpclddpbmjckfmaeokcdj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/linkcount/paaebmoedgifpclddpbmjckfmaeokcdj |
คำอธิบาย | Aggregate the number of links that appear in a web page. |
ขนาดไฟล์ | 10.89 KB |
จำนวนการติดตั้ง | 55 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2018-04-16 |
วันที่เผยแพร่ | 2018-04-16 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkCount", "description": "Aggregate the number of links that appear in a web page.", "author": "Leron Tolmachev", "version": "1.1", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png" }, "default_title": "LinkCount", "default_popup": "popup.html" } } |