Bulk Select

select multiple dropdowns at once

ما هو Bulk Select؟

Bulk Select هو إضافة Chrome تم تطويرها بواسطة https://speedstor.net، والميزة الرئيسية لها هي "select multiple dropdowns at once".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Bulk Select

قم بتنزيل ملفات الامتداد Bulk Select بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Bulk Select Bulk Select
ID dhejejdjocpapoejnoodlmodkikffieg
عنوان URL الرسمي https://chromewebstore.google.com/detail/bulk-select/dhejejdjocpapoejnoodlmodkikffieg
الوصف select multiple dropdowns at once
حجم الملف 11.68 KB
عدد التثبيتات 1,059
النسخة الحالية 0.4.2
آخر تحديث 2021-01-20
تاريخ النشر 2020-12-24
تقييم 4.00/5 مجموع تقييمات 4
المطور https://speedstor.net
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://speedstor.net/coding/bulk-select.php
اللغات المدعومة 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"
    ]
}