Uncheck the button

Allows to uncheck any radio button of a form.

Apa itu Uncheck the button?

Uncheck the button adalah ekstensi Chrome yang dikembangkan oleh Uncheck the button, dan fitur utamanya adalah "Allows to uncheck any radio button of a form.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Uncheck the button

Unduh file ekstensi Uncheck the button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Uncheck the button Uncheck the button
ID acpmbcjjnloohcomkhlmbanolfcppone
URL Resmi https://chrome.google.com/webstore/detail/uncheck-the-button/acpmbcjjnloohcomkhlmbanolfcppone
Deskripsi Allows to uncheck any radio button of a form.
Ukuran File 54.8 KB
Jumlah Instalasi 64
Versi Saat Ini 0.4
Terakhir Diperbarui 2019-01-19
Tanggal Publikasi 2019-01-19
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Uncheck the button
Tipe Pembayaran free
Bahasa yang Didukung 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
}