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 to jest DOM Zelda?
DOM Zelda to rozszerzenie Chrome opracowane przez corridorr, a jego główną funkcją jest „DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange”.
Pobierz plik CRX rozszerzenia DOM Zelda
Pobierz pliki rozszerzeń DOM Zelda w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | DOM Zelda |
ID | dllfbajmcchhilkibodamibhofpfidbc |
Oficjalny URL | https://chromewebstore.google.com/detail/dom-zelda/dllfbajmcchhilkibodamibhofpfidbc |
Opis | DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange |
Rozmiar pliku | 91.41 KB |
Liczba instalacji | 186 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2015-10-12 |
Data Publikacji | 2015-10-12 |
Ocena | 2.64/5 Łącznie 14 Oceny |
Deweloper | corridorr |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://github.com/cstavitsky/domzelda |
Obsługiwane Języki | 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": [ " |