Link Inspector
Inspect, filter, and export hyperlinks contained in a web page.
Link Inspectorคืออะไร?
Link Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zac Medico และคุณลักษณะหลักของมันคือ "Inspect, filter, and export hyperlinks contained in a web page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Inspector
ดาวน์โหลดไฟล์ส่วนขยาย Link Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is an extension for inspecting, filtering, and exporting hyperlinks found in web pages. When browsing any web page, simply click on the extension's popup to view a list of hyperlinks. Links can be filtered by typing into a filter bar, and specific links can be selected by clicking on their respective check-boxes. Selected links can be copied to the clipboard, saved to a file, or exported to a web intent handler.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fidhjbfmfkickbdgbpjpkoijmffanefh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/link-inspector/fidhjbfmfkickbdgbpjpkoijmffanefh |
คำอธิบาย | Inspect, filter, and export hyperlinks contained in a web page. |
ขนาดไฟล์ | 29.33 KB |
จำนวนการติดตั้ง | 299 |
เวอร์ชันปัจจุบัน | 1.0.0.0 |
อัปเดตครั้งล่าสุด | 2015-03-15 |
วันที่เผยแพร่ | 2015-03-15 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Zac Medico |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sites.google.com/site/hyperlinkinspector/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link Inspector", "description": "Inspect, filter, and export hyperlinks contained in a web page.", "version": "1.0.0.0", "icons": { "16": "icons\/LinkInspector_16.png", "48": "icons\/LinkInspector_48.png", "128": "icons\/LinkInspector_128.png" }, "browser_action": { "default_icon": "icons\/Chain_no_border_19.png", "default_popup": "layout\/popup.html" }, "content_scripts": [ { "matches": [ " |