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
Apa itu DOM Zelda?
DOM Zelda adalah ekstensi Chrome yang dikembangkan oleh corridorr, dan fitur utamanya adalah "DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange".
Unduh Berkas CRX Ekstensi DOM Zelda
Unduh file ekstensi DOM Zelda dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | DOM Zelda |
ID | dllfbajmcchhilkibodamibhofpfidbc |
URL Resmi | https://chromewebstore.google.com/detail/dom-zelda/dllfbajmcchhilkibodamibhofpfidbc |
Deskripsi | DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange |
Ukuran File | 91.41 KB |
Jumlah Instalasi | 186 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2015-10-12 |
Tanggal Publikasi | 2015-10-12 |
Penilaian | 2.64/5 Total 14 Penilaian |
Pengembang | corridorr |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://github.com/cstavitsky/domzelda |
Bahasa yang Didukung | 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": [ " |