DOM Zelda
DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange
DOM Zeldaคืออะไร?
DOM Zelda เป็นส่วนขยายของ Chrome ที่พัฒนาโดย corridorr และคุณลักษณะหลักของมันคือ "DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DOM Zelda
ดาวน์โหลดไฟล์ส่วนขยาย DOM Zelda ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Navigate to a webpage and click the extension button once it is in your toolbar. You'll gain a Link sprite in the upper left corner, that you can now control using your arrow keys. You can walk over links ( tags in HTML) and they will change color. I wanted to learn how to make a Chrome Extension so this is my first one.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DOM Zelda |
ID | dllfbajmcchhilkibodamibhofpfidbc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dom-zelda/dllfbajmcchhilkibodamibhofpfidbc |
คำอธิบาย | DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange |
ขนาดไฟล์ | 91.41 KB |
จำนวนการติดตั้ง | 186 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2015-10-12 |
วันที่เผยแพร่ | 2015-10-12 |
คะแนน | 2.64/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | corridorr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://github.com/cstavitsky/domzelda |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DOM Zelda", "description": "DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange", "version": "1", "manifest_version": 2, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ " |