Bulk Select
select multiple dropdowns at once
What is Bulk Select?
Bulk Select is a Chrome extension developed by https://speedstor.net, and its main feature is "select multiple dropdowns at once".
Extension Screenshots
Download Bulk Select Extension CRX File
Download Bulk Select extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 :)
Extension Basic Information
Name | Bulk Select |
ID | dhejejdjocpapoejnoodlmodkikffieg |
Official URL | https://chromewebstore.google.com/detail/bulk-select/dhejejdjocpapoejnoodlmodkikffieg |
Description | select multiple dropdowns at once |
File Size | 11.68 KB |
Installation Count | 1,059 |
Current Version | 0.4.2 |
Last Updated | 2021-01-20 |
Publish Date | 2020-12-24 |
Rating | 4.00/5 Total 4 Ratings |
Developer | https://speedstor.net |
[email protected] | |
Payment Type | free |
Extension Website | https://speedstor.net/coding/bulk-select.php |
Supported Languages | 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" ] } |