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?

Auto Radio Button Checker是由juhansae开发的Chrome扩展程序,该扩展的主要功能是“takes a snapshot of a page you have checked to automatically checks the buttons you access that page.”。

扩展截图

screenshot

下载Auto Radio Button Checker扩展crx文件

下载Auto Radio Button Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Auto Radio Button Checker Auto Radio Button Checker
ID phkflnpejpgehjgficbbikeclfcageic
官方URL https://chromewebstore.google.com/detail/auto-radio-button-checker/phkflnpejpgehjgficbbikeclfcageic
简介 takes a snapshot of a page you have checked to automatically checks the buttons you access that page.
文件大小 44.41 KB
安装次数 527
当前版本 0.11
更新时间 2020-09-23
上架时间 2020-09-23
评分 5.00/5 共3次评分
开发者 juhansae
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Verssae/AutoRadioChecker
支持的语言 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"
            ]
        }
    ]
}