Find Korea from Dropdowns

Automatically finds Korea from html select tags (dropdowns) with right-click

What is Find Korea from Dropdowns?

Find Korea from Dropdowns is a Chrome extension developed by https://sapphire.sh, and its main feature is "Automatically finds Korea from html select tags (dropdowns) with right-click".

Extension Screenshots

screenshot

Download Find Korea from Dropdowns Extension CRX File

Download Find Korea from Dropdowns 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

                        Right-click over select tags to find Korea automatically.
select 태그 위에서 오른쪽 클릭을 하면 한국을 자동으로 찾아줍니다.                    

Extension Basic Information

Name Find Korea from Dropdowns Find Korea from Dropdowns
ID lfphjcfkgaiiojhbippbghhdikoibedi
Official URL https://chromewebstore.google.com/detail/find-korea-from-dropdowns/lfphjcfkgaiiojhbippbghhdikoibedi
Description Automatically finds Korea from html select tags (dropdowns) with right-click
File Size 4.58 KB
Installation Count 131
Current Version 1.2
Last Updated 2018-01-08
Publish Date 2018-01-07
Rating 5.00/5 Total 2 Ratings
Developer https://sapphire.sh
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find Korea from Dropdowns",
    "description": "Automatically finds Korea from html select tags (dropdowns) with right-click",
    "version": "1.2",
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "manifest_version": 2
}