Clear radio buttons

Clears all radio buttons on a page.

Clear radio buttonsとは何ですか?

Clear radio buttonsはbaklengsによって開発されたChromeの拡張機能で、その主な機能は「Clears all radio buttons on a page.」です。

Clear radio buttons拡張機能のCRXファイルをダウンロード

Clear radio buttons拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Clear radio buttons Clear radio buttons
ID maallchmnicoekiikoagblphiojlcbhm
公式URL https://chrome.google.com/webstore/detail/clear-radio-buttons/maallchmnicoekiikoagblphiojlcbhm
説明 Clears all radio buttons on a page.
ファイルサイズ 118 KB
インストール数 121
現在のバージョン 0.0.0.1
最終更新日 2017-12-01
公開日 2017-12-01
評価 4.20/5 合計 5 レビュー
開発者 baklengs
支払い方法 free
対応言語 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
}