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
Was ist DOM Zelda?
DOM Zelda ist eine Chrome-Erweiterung, die von corridorr entwickelt wurde, und ihr Hauptmerkmal ist "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-Erweiterungs-CRX-Datei herunterladen
Laden Sie DOM Zelda-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | DOM Zelda |
ID | dllfbajmcchhilkibodamibhofpfidbc |
Offizielle URL | https://chromewebstore.google.com/detail/dom-zelda/dllfbajmcchhilkibodamibhofpfidbc |
Beschreibung | DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange |
Dateigröße | 91.41 KB |
Installationsanzahl | 186 |
Aktuelle Version | 1 |
Letztes Update | 2015-10-12 |
Veröffentlichungsdatum | 2015-10-12 |
Bewertung | 2.64/5 Insgesamt 14 Bewertungen |
Entwickler | corridorr |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://github.com/cstavitsky/domzelda |
Unterstützte Sprachen | 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": [ " |