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
O que é DOM Zelda?
DOM Zelda é uma extensão do Chrome desenvolvida por corridorr, e sua principal característica é "DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange".
Baixar o arquivo CRX da Extensão DOM Zelda
Baixe arquivos de extensão DOM Zelda no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | DOM Zelda |
ID | dllfbajmcchhilkibodamibhofpfidbc |
URL Oficial | https://chromewebstore.google.com/detail/dom-zelda/dllfbajmcchhilkibodamibhofpfidbc |
Descrição | DOM Zelda prepends a Link sprite to the page. Control Link with the arrow keys and walk over elements to turn 'em orange |
Tamanho do Arquivo | 91.41 KB |
Contagem de Instalações | 186 |
Versão Atual | 1 |
Última Atualização | 2015-10-12 |
Data de Publicação | 2015-10-12 |
Classificação | 2.64/5 Total de 14 Avaliações |
Desenvolvedor | corridorr |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://github.com/cstavitsky/domzelda |
Idiomas Suportados | 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": [ " |