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
Qu'est-ce que DOM Zelda ?
DOM Zelda est une extension Chrome développée par corridorr, et sa fonction principale est "DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange".
Télécharger le fichier CRX de l'extension DOM Zelda
Téléchargez les fichiers d'extension DOM Zelda au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DOM Zelda |
ID | dllfbajmcchhilkibodamibhofpfidbc |
URL Officiel | 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 |
Taille du Fichier | 91.41 KB |
Nombre d'Installations | 186 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2015-10-12 |
Date de Publication | 2015-10-12 |
Évaluation | 2.64/5 Total 14 Évaluations |
Développeur | corridorr |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://github.com/cstavitsky/domzelda |
Langues Prises en Charge | 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": [ " |