Bulk Select
select multiple dropdowns at once
Cos'è Bulk Select?
Bulk Select è un'estensione di Chrome sviluppata da https://speedstor.net, e la sua funzione principale è "select multiple dropdowns at once".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bulk Select
Scarica i file di estensione Bulk Select in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 :)
Informazioni di Base sull'Estensione
Nome | Bulk Select |
ID | dhejejdjocpapoejnoodlmodkikffieg |
URL Ufficiale | https://chromewebstore.google.com/detail/bulk-select/dhejejdjocpapoejnoodlmodkikffieg |
Descrizione | select multiple dropdowns at once |
Dimensione del File | 11.68 KB |
Conteggio Installazioni | 1,059 |
Versione Corrente | 0.4.2 |
Ultimo Aggiornamento | 2021-01-20 |
Data di Pubblicazione | 2020-12-24 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | https://speedstor.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://speedstor.net/coding/bulk-select.php |
Lingue Supportate | 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" ] } |