Select2 Everywhere

Makes options in select box searchable

Select2 Everywhereとは何ですか?

Select2 EverywhereはPetr Filipによって開発されたChromeの拡張機能で、その主な機能は「Makes options in select box searchable」です。

拡張機能のスクリーンショット

screenshot

Select2 Everywhere拡張機能のCRXファイルをダウンロード

Select2 Everywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extensions makes item in a select boxes searchable.                    

拡張機能の基本情報

名前 Select2 Everywhere Select2 Everywhere
ID pebjgenpdimidckimhbaalcnjmpengke
公式URL https://chromewebstore.google.com/detail/select2-everywhere/pebjgenpdimidckimhbaalcnjmpengke
説明 Makes options in select box searchable
ファイルサイズ 61.68 KB
インストール数 104
現在のバージョン 1.0
最終更新日 2019-01-28
公開日 2019-01-24
開発者 Petr Filip
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Select2 Everywhere",
    "version": "1.0",
    "description": "Makes options in select box searchable",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "select2\/jquery-3.3.1.min.js",
                "select2\/select2.min.js",
                "convertor.js"
            ],
            "css": [
                "select2\/select2.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2
}