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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}