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.
擴展基本資訊
名稱 | |
ID | maallchmnicoekiikoagblphiojlcbhm |
官方網址 | 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 } |