Uncheck the button

Allows to uncheck any radio button of a form.

ما هو Uncheck the button؟

Uncheck the button هو إضافة Chrome تم تطويرها بواسطة Uncheck the button، والميزة الرئيسية لها هي "Allows to uncheck any radio button of a form.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Uncheck the button

قم بتنزيل ملفات الامتداد Uncheck the button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Uncheck the button Uncheck the button
ID acpmbcjjnloohcomkhlmbanolfcppone
عنوان URL الرسمي https://chrome.google.com/webstore/detail/uncheck-the-button/acpmbcjjnloohcomkhlmbanolfcppone
الوصف Allows to uncheck any radio button of a form.
حجم الملف 54.8 KB
عدد التثبيتات 64
النسخة الحالية 0.4
آخر تحديث 2019-01-19
تاريخ النشر 2019-01-19
تقييم 3.00/5 مجموع تقييمات 2
المطور Uncheck the button
نوع الدفع free
اللغات المدعومة 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
}