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
Co je DOM Zelda?
DOM Zelda je rozšíření Chrome vyvinuté corridorr, a jeho hlavní funkcí je „DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange“.
Stáhnout soubor CRX rozšíření DOM Zelda
Stáhněte si soubory rozšíření DOM Zelda ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | DOM Zelda |
ID | dllfbajmcchhilkibodamibhofpfidbc |
Oficiální URL | https://chromewebstore.google.com/detail/dom-zelda/dllfbajmcchhilkibodamibhofpfidbc |
Popis | DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange |
Velikost souboru | 91.41 KB |
Počet instalací | 186 |
Aktuální Verze | 1 |
Poslední Aktualizace | 2015-10-12 |
Datum Vydání | 2015-10-12 |
Hodnocení | 2.64/5 Celkem 14 Hodnocení |
Vývojář | corridorr |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://github.com/cstavitsky/domzelda |
Podporované Jazyky | 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": [ " |