Bulk Select
select multiple dropdowns at once
Was ist Bulk Select?
Bulk Select ist eine Chrome-Erweiterung, die von https://speedstor.net entwickelt wurde, und ihr Hauptmerkmal ist "select multiple dropdowns at once".
Erweiterungsscreenshots
Bulk Select-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bulk Select-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :)
Grundlegende Informationen zur Erweiterung
Name | Bulk Select |
ID | dhejejdjocpapoejnoodlmodkikffieg |
Offizielle URL | https://chromewebstore.google.com/detail/bulk-select/dhejejdjocpapoejnoodlmodkikffieg |
Beschreibung | select multiple dropdowns at once |
Dateigröße | 11.68 KB |
Installationsanzahl | 1,059 |
Aktuelle Version | 0.4.2 |
Letztes Update | 2021-01-20 |
Veröffentlichungsdatum | 2020-12-24 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://speedstor.net |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://speedstor.net/coding/bulk-select.php |
Unterstützte Sprachen | 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" ] } |