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
Wat is DOM Zelda?
DOM Zelda is een Chrome-extensie ontwikkeld door corridorr, en de belangrijkste functie is "DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange".
Download het CRX-bestand van de extensie DOM Zelda
Download DOM Zelda-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | DOM Zelda |
ID | dllfbajmcchhilkibodamibhofpfidbc |
Officiële URL | https://chromewebstore.google.com/detail/dom-zelda/dllfbajmcchhilkibodamibhofpfidbc |
Beschrijving | DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange |
Bestandsgrootte | 91.41 KB |
Aantal Installaties | 186 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2015-10-12 |
Publicatiedatum | 2015-10-12 |
Beoordeling | 2.64/5 Totaal 14 Beoordelingen |
Ontwikkelaar | corridorr |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://github.com/cstavitsky/domzelda |
Ondersteunde Talen | 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": [ " |