Uncheck the button
Allows to uncheck any radio button of a form.
O que é Uncheck the button?
Uncheck the button é uma extensão do Chrome desenvolvida por Uncheck the button, e sua principal característica é "Allows to uncheck any radio button of a form.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Uncheck the button
Baixe arquivos de extensão Uncheck the button 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
Informações Básicas da Extensão
Nome | |
ID | acpmbcjjnloohcomkhlmbanolfcppone |
URL Oficial | https://chrome.google.com/webstore/detail/uncheck-the-button/acpmbcjjnloohcomkhlmbanolfcppone |
Descrição | Allows to uncheck any radio button of a form. |
Tamanho do Arquivo | 54.8 KB |
Contagem de Instalações | 64 |
Versão Atual | 0.4 |
Última Atualização | 2019-01-19 |
Data de Publicação | 2019-01-19 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | Uncheck the button |
Tipo de Pagamento | free |
Idiomas Suportados | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Uncheck the button", "version": "0.4", "description": "Allows to uncheck any radio button of a form.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "activeTab" ], "background": { "scripts": [ "script.js" ], "persistent": false }, "manifest_version": 2 } |