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
What is DOM Zelda?
DOM Zelda is a Chrome extension developed by corridorr, and its main feature 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 DOM Zelda Extension CRX File
Download DOM Zelda extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | DOM Zelda |
ID | dllfbajmcchhilkibodamibhofpfidbc |
Official URL | https://chromewebstore.google.com/detail/dom-zelda/dllfbajmcchhilkibodamibhofpfidbc |
Description | DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange |
File Size | 91.41 KB |
Installation Count | 186 |
Current Version | 1 |
Last Updated | 2015-10-12 |
Publish Date | 2015-10-12 |
Rating | 2.64/5 Total 14 Ratings |
Developer | corridorr |
[email protected] | |
Payment Type | free |
Extension Website | http://github.com/cstavitsky/domzelda |
Supported Languages | 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": [ " |