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
Eメール [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
}