Bulk Select
select multiple dropdowns at once
什么是Bulk Select?
Bulk Select是由https://speedstor.net开发的Chrome扩展程序,该扩展的主要功能是“select multiple dropdowns at once”。
扩展截图
下载Bulk Select扩展crx文件
下载Bulk Select扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If there are many duplicates of the same kind of dropdown selects, you can use this extension to select them all at once. To use it: 1. click on the extension 2. choose the select option you want 3. click the button below the select 4. Done! All the select items that has that option available would be selected to that Yay!!! Update: It now also triggers the onChange event, cuz i forgot the first time :)
扩展基本信息
名称 | Bulk Select |
ID | dhejejdjocpapoejnoodlmodkikffieg |
官方URL | https://chromewebstore.google.com/detail/bulk-select/dhejejdjocpapoejnoodlmodkikffieg |
简介 | select multiple dropdowns at once |
文件大小 | 11.68 KB |
安装次数 | 1,059 |
当前版本 | 0.4.2 |
更新时间 | 2021-01-20 |
上架时间 | 2020-12-24 |
评分 | 4.00/5 共4次评分 |
开发者 | https://speedstor.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://speedstor.net/coding/bulk-select.php |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bulk Select", "description": "select multiple dropdowns at once", "version": "0.4.2", "icons": { "16": "\/src\/icon16.png", "48": "\/src\/icon48.png", "128": "\/src\/icon128.png" }, "browser_action": { "default_popup": "\/src\/popup.html" }, "permissions": [ "activeTab" ] } |