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
Cos'è DOM Zelda?
DOM Zelda è un'estensione di Chrome sviluppata da corridorr, e la sua funzione principale è "DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange".
Scarica il file CRX dell'estensione DOM Zelda
Scarica i file di estensione DOM Zelda in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | DOM Zelda |
ID | dllfbajmcchhilkibodamibhofpfidbc |
URL Ufficiale | https://chromewebstore.google.com/detail/dom-zelda/dllfbajmcchhilkibodamibhofpfidbc |
Descrizione | DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange |
Dimensione del File | 91.41 KB |
Conteggio Installazioni | 186 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2015-10-12 |
Data di Pubblicazione | 2015-10-12 |
Valutazione | 2.64/5 Totale 14 Valutazioni |
Sviluppatore | corridorr |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://github.com/cstavitsky/domzelda |
Lingue Supportate | 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": [ " |