Link Parser
Parse href links from any web page
Link Parserคืออะไร?
Link Parser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sh1m423 และคุณลักษณะหลักของมันคือ "Parse href links from any web page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Parser
ดาวน์โหลดไฟล์ส่วนขยาย Link Parser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Link parser allows extracting href links with a given prefix from any web page in one click. It helps to reduce manual work when multiple routine actions are needed.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Link Parser |
ID | cccbglaaelcpileeeladhmafobllkfeb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/link-parser/cccbglaaelcpileeeladhmafobllkfeb |
คำอธิบาย | Parse href links from any web page |
ขนาดไฟล์ | 36.16 KB |
จำนวนการติดตั้ง | 129 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2022-10-12 |
วันที่เผยแพร่ | 2022-10-12 |
ผู้พัฒนา | sh1m423 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Parser", "version": "1.0.1", "description": "Parse href links from any web page", "manifest_version": 3, "permissions": [ "activeTab", "storage", "scripting" ], "action": { "default_popup": "popup.html" }, "icons": { "16": "link-parser-icon-16.png", "32": "link-parser-icon-32.png", "64": "link-parser-icon-48.png", "128": "link-parser-icon-128.png" } } |