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 là gì?
DOM Zelda là một tiện ích mở rộng Chrome được phát triển bởi corridorr, và tính năng chính của nó là "DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange".
Tải xuống tệp CRX của tiện ích mở rộng DOM Zelda
Tải xuống các tệp mở rộng DOM Zelda dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DOM Zelda |
ID | dllfbajmcchhilkibodamibhofpfidbc |
URL Chính Thức | https://chromewebstore.google.com/detail/dom-zelda/dllfbajmcchhilkibodamibhofpfidbc |
Mô tả | DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange |
Kích Thước Tệp | 91.41 KB |
Số Lần Cài Đặt | 186 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2015-10-12 |
Ngày Phát Hành | 2015-10-12 |
Đánh Giá | 2.64/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | corridorr |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://github.com/cstavitsky/domzelda |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |