Uncheck the button
Allows to uncheck any radio button of a form.
Hvad er Uncheck the button?
Uncheck the button er en Chrome-udvidelse udviklet af Uncheck the button, og dens hovedfunktion er "Allows to uncheck any radio button of a form.".
Udvidelsesskærmbilleder
Download Uncheck the button-udvidelses-CRX-fil
Download Uncheck the button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | acpmbcjjnloohcomkhlmbanolfcppone |
Officiel URL | https://chrome.google.com/webstore/detail/uncheck-the-button/acpmbcjjnloohcomkhlmbanolfcppone |
Beskrivelse | Allows to uncheck any radio button of a form. |
Filstørrelse | 54.8 KB |
Antal Installationer | 64 |
Nuværende Version | 0.4 |
Senest Opdateret | 2019-01-19 |
Udgivelsesdato | 2019-01-19 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | Uncheck the button |
Betalingsmetode | free |
Understøttede Sprog | 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 } |