Bulk Select

select multiple dropdowns at once

Wat is Bulk Select?

Bulk Select is een Chrome-extensie ontwikkeld door https://speedstor.net, en de belangrijkste functie is "select multiple dropdowns at once".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bulk Select

Download Bulk Select-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 :)                    

Basisinformatie over de Extensie

Naam Bulk Select Bulk Select
ID dhejejdjocpapoejnoodlmodkikffieg
Officiële URL https://chromewebstore.google.com/detail/bulk-select/dhejejdjocpapoejnoodlmodkikffieg
Beschrijving select multiple dropdowns at once
Bestandsgrootte 11.68 KB
Aantal Installaties 1,059
Huidige Versie 0.4.2
Laatst Bijgewerkt 2021-01-20
Publicatiedatum 2020-12-24
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://speedstor.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://speedstor.net/coding/bulk-select.php
Ondersteunde Talen 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"
    ]
}