Bulk Select
select multiple dropdowns at once
Vad är Bulk Select?
Bulk Select är en Chrome-tillägg utvecklad av https://speedstor.net, och dess huvudfunktion är "select multiple dropdowns at once".
Tilläggsskärmbilder
Ladda ner Bulk Select-förlängningens CRX-fil
Ladda ner Bulk Select-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 :)
Grundläggande Information om Tillägg
Namn | Bulk Select |
ID | dhejejdjocpapoejnoodlmodkikffieg |
Officiell webbadress | https://chromewebstore.google.com/detail/bulk-select/dhejejdjocpapoejnoodlmodkikffieg |
Beskrivning | select multiple dropdowns at once |
Filstorlek | 11.68 KB |
Antal Installationer | 1,059 |
Aktuell Version | 0.4.2 |
Senast Uppdaterad | 2021-01-20 |
Publiceringsdatum | 2020-12-24 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | https://speedstor.net |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://speedstor.net/coding/bulk-select.php |
Stödda Språk | 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" ] } |