Select2 Everywhere

Makes options in select box searchable

What is Select2 Everywhere?

Select2 Everywhere is a Chrome extension developed by Petr Filip, and its main feature is "Makes options in select box searchable".

Extension Screenshots

screenshot

Download Select2 Everywhere Extension CRX File

Download Select2 Everywhere 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

                        This extensions makes item in a select boxes searchable.                    

Extension Basic Information

Name Select2 Everywhere Select2 Everywhere
ID pebjgenpdimidckimhbaalcnjmpengke
Official URL https://chromewebstore.google.com/detail/select2-everywhere/pebjgenpdimidckimhbaalcnjmpengke
Description Makes options in select box searchable
File Size 61.68 KB
Installation Count 104
Current Version 1.0
Last Updated 2019-01-28
Publish Date 2019-01-24
Developer Petr Filip
Email [email protected]
Payment Type free
Supported Languages 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
}