Dropdown Filter
ドロップダウンリストを素早く選択できるようになります
What is Dropdown Filter?
Dropdown Filter is a Chrome extension developed by negokaz, and its main feature is "ドロップダウンリストを素早く選択できるようになります".
Extension Screenshots
Download Dropdown Filter Extension CRX File
Download Dropdown Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
拡張機能のボタンをクリックすると、現在開いているウェブサイトの全てのドロップダウンリストがフィルタリングできるようになります ボタンクリック時に要求される権限を許可する必要があります 使い方は下記ウェブサイトを参照してください https://github.com/negokaz/chrome-dropdown-filter
Extension Basic Information
Name | Dropdown Filter |
ID | lafpapdojniijcaeadlpnhcfkkpcodmb |
Official URL | https://chromewebstore.google.com/detail/dropdown-filter/lafpapdojniijcaeadlpnhcfkkpcodmb |
Description | ドロップダウンリストを素早く選択できるようになります |
File Size | 54.95 KB |
Installation Count | 584 |
Current Version | 0.3.6 |
Last Updated | 2019-06-24 |
Publish Date | 2019-06-23 |
Rating | 5.00/5 Total 4 Ratings |
Developer | negokaz |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/negokaz/chrome-dropdown-filter |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dropdown Filter", "description": "\u30c9\u30ed\u30c3\u30d7\u30c0\u30a6\u30f3\u30ea\u30b9\u30c8\u3092\u7d20\u65e9\u304f\u9078\u629e\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059", "version": "0.3.6", "manifest_version": 2, "permissions": [ "storage", "activeTab" ], "optional_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": [] } |