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
官方網址 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"
            ]
        }
    ]
}