Bulk Select

select multiple dropdowns at once

什麼是Bulk Select?

Bulk Select是由https://speedstor.net開發的Chrome擴展程式,該擴展的主要功能是“select multiple dropdowns at once”。

擴展截圖

screenshot

下載Bulk Select擴展crx文件

下載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
官方網址 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"
    ]
}