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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}