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