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
官方網址 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
}