Auto Radio Button Checker

takes a snapshot of a page you have checked to automatically checks the buttons you access that page.

Auto Radio Button Checker là gì?

Auto Radio Button Checker là một tiện ích mở rộng Chrome được phát triển bởi juhansae, và tính năng chính của nó là "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Radio Button Checker

Tải xuống các tệp mở rộng Auto Radio Button Checker 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 Chrome extension takes a snapshot of a page of radio buttons you have checked and automatically checks the buttons every time you access that page. This program is convenient for you when accessing a site where you have to check the radio buttons every time you visit.                    

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

Tên Auto Radio Button Checker Auto Radio Button Checker
ID phkflnpejpgehjgficbbikeclfcageic
URL Chính Thức https://chromewebstore.google.com/detail/auto-radio-button-checker/phkflnpejpgehjgficbbikeclfcageic
Mô tả takes a snapshot of a page you have checked to automatically checks the buttons you access that page.
Kích Thước Tệp 44.41 KB
Số Lần Cài Đặt 527
Phiên Bản Hiện Tại 0.11
Cập Nhật Lần Cuối 2020-09-23
Ngày Phát Hành 2020-09-23
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển juhansae
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Verssae/AutoRadioChecker
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Radio Button Checker",
    "description": "takes a snapshot of a page you have checked to automatically checks the buttons you access that page.",
    "version": "0.11",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}