Clear radio buttons

Clears all radio buttons on a page.

Clear radio buttons là gì?

Clear radio buttons là một tiện ích mở rộng Chrome được phát triển bởi baklengs, và tính năng chính của nó là "Clears all radio buttons on a page.".

Tải xuống tệp CRX của tiện ích mở rộng Clear radio buttons

Tải xuống các tệp mở rộng Clear radio buttons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clear radio buttons Clear radio buttons
ID maallchmnicoekiikoagblphiojlcbhm
URL Chính Thức https://chrome.google.com/webstore/detail/clear-radio-buttons/maallchmnicoekiikoagblphiojlcbhm
Mô tả Clears all radio buttons on a page.
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 121
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2017-12-01
Ngày Phát Hành 2017-12-01
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển baklengs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}