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
Hvad er DOM Zelda?
DOM Zelda er en Chrome-udvidelse udviklet af corridorr, og dens hovedfunktion er "DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange".
Download DOM Zelda-udvidelses-CRX-fil
Download DOM Zelda-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | DOM Zelda |
ID | dllfbajmcchhilkibodamibhofpfidbc |
Officiel URL | https://chromewebstore.google.com/detail/dom-zelda/dllfbajmcchhilkibodamibhofpfidbc |
Beskrivelse | DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange |
Filstørrelse | 91.41 KB |
Antal Installationer | 186 |
Nuværende Version | 1 |
Senest Opdateret | 2015-10-12 |
Udgivelsesdato | 2015-10-12 |
Bedømmelse | 2.64/5 Samlet 14 Bedømmelser |
Udvikler | corridorr |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://github.com/cstavitsky/domzelda |
Understøttede Sprog | 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": [ " |