Clear radio buttons

Clears all radio buttons on a page.

ما هو Clear radio buttons؟

Clear radio buttons هو إضافة Chrome تم تطويرها بواسطة baklengs، والميزة الرئيسية لها هي "Clears all radio buttons on a page.".

تحميل ملف CRX للإضافة Clear radio buttons

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

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

                        This extension clears all radio button selections on the active page.

It can be handy to clear all selections if you want to retake an online test, and the site doesn't support clearing answers.                    

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

الاسم Clear radio buttons Clear radio buttons
ID maallchmnicoekiikoagblphiojlcbhm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/clear-radio-buttons/maallchmnicoekiikoagblphiojlcbhm
الوصف Clears all radio buttons on a page.
حجم الملف 118 KB
عدد التثبيتات 121
النسخة الحالية 0.0.0.1
آخر تحديث 2017-12-01
تاريخ النشر 2017-12-01
تقييم 4.20/5 مجموع تقييمات 5
المطور baklengs
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear radio buttons",
    "description": "Clears all radio buttons on a page.",
    "version": "0.0.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Clear radio buttons",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}