Uncheck the button
Allows to uncheck any radio button of a form.
Uncheck the buttonとは何ですか?
Uncheck the buttonはUncheck the buttonによって開発されたChromeの拡張機能で、その主な機能は「Allows to uncheck any radio button of a form.」です。
拡張機能のスクリーンショット
Uncheck the button拡張機能のCRXファイルをダウンロード
Uncheck the button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | acpmbcjjnloohcomkhlmbanolfcppone |
| 公式URL | https://chrome.google.com/webstore/detail/uncheck-the-button/acpmbcjjnloohcomkhlmbanolfcppone |
| 説明 | Allows to uncheck any radio button of a form. |
| ファイルサイズ | 54.8 KB |
| インストール数 | 64 |
| 現在のバージョン | 0.4 |
| 最終更新日 | 2019-01-19 |
| 公開日 | 2019-01-19 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | Uncheck the button |
| 支払い方法 | free |
| 対応言語 | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Uncheck the button",
"version": "0.4",
"description": "Allows to uncheck any radio button of a form.",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"script.js"
],
"persistent": false
},
"manifest_version": 2
} | |