Bulk Select

select multiple dropdowns at once

Qu'est-ce que Bulk Select ?

Bulk Select est une extension Chrome développée par https://speedstor.net, et sa fonction principale est "select multiple dropdowns at once".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bulk Select

Téléchargez les fichiers d'extension Bulk Select au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Bulk Select Bulk Select
ID dhejejdjocpapoejnoodlmodkikffieg
URL Officiel https://chromewebstore.google.com/detail/bulk-select/dhejejdjocpapoejnoodlmodkikffieg
Description select multiple dropdowns at once
Taille du Fichier 11.68 KB
Nombre d'Installations 1,059
Version Actuelle 0.4.2
Dernière Mise à Jour 2021-01-20
Date de Publication 2020-12-24
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://speedstor.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://speedstor.net/coding/bulk-select.php
Langues Prises en Charge 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"
    ]
}