Bulk Select
select multiple dropdowns at once
Bulk Selectとは何ですか?
Bulk Selectはhttps://speedstor.netによって開発されたChromeの拡張機能で、その主な機能は「select multiple dropdowns at once」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |