Find Korea from Dropdowns

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

什么是Find Korea from Dropdowns?

Find Korea from Dropdowns是由https://sapphire.sh开发的Chrome扩展程序,该扩展的主要功能是“Automatically finds Korea from html select tags (dropdowns) with right-click”。

扩展截图

screenshot

下载Find Korea from Dropdowns扩展crx文件

下载Find Korea from Dropdowns扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Find Korea from Dropdowns Find Korea from Dropdowns
ID lfphjcfkgaiiojhbippbghhdikoibedi
官方URL https://chromewebstore.google.com/detail/find-korea-from-dropdowns/lfphjcfkgaiiojhbippbghhdikoibedi
简介 Automatically finds Korea from html select tags (dropdowns) with right-click
文件大小 4.58 KB
安装次数 131
当前版本 1.2
更新时间 2018-01-08
上架时间 2018-01-07
评分 5.00/5 共2次评分
开发者 https://sapphire.sh
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}