Bulk Select

select multiple dropdowns at once

Apa itu Bulk Select?

Bulk Select adalah ekstensi Chrome yang dikembangkan oleh https://speedstor.net, dan fitur utamanya adalah "select multiple dropdowns at once".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bulk Select

Unduh file ekstensi Bulk Select dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Bulk Select Bulk Select
ID dhejejdjocpapoejnoodlmodkikffieg
URL Resmi https://chromewebstore.google.com/detail/bulk-select/dhejejdjocpapoejnoodlmodkikffieg
Deskripsi select multiple dropdowns at once
Ukuran File 11.68 KB
Jumlah Instalasi 1,059
Versi Saat Ini 0.4.2
Terakhir Diperbarui 2021-01-20
Tanggal Publikasi 2020-12-24
Penilaian 4.00/5 Total 4 Penilaian
Pengembang https://speedstor.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://speedstor.net/coding/bulk-select.php
Bahasa yang Didukung 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"
    ]
}