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
Eメール [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"
            ]
        }
    ]
}