Find Korea from Dropdowns

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

Apa itu Find Korea from Dropdowns?

Find Korea from Dropdowns adalah ekstensi Chrome yang dikembangkan oleh https://sapphire.sh, dan fitur utamanya adalah "Automatically finds Korea from html select tags (dropdowns) with right-click".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Find Korea from Dropdowns

Unduh file ekstensi Find Korea from Dropdowns dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Find Korea from Dropdowns Find Korea from Dropdowns
ID lfphjcfkgaiiojhbippbghhdikoibedi
URL Resmi https://chromewebstore.google.com/detail/find-korea-from-dropdowns/lfphjcfkgaiiojhbippbghhdikoibedi
Deskripsi Automatically finds Korea from html select tags (dropdowns) with right-click
Ukuran File 4.58 KB
Jumlah Instalasi 131
Versi Saat Ini 1.2
Terakhir Diperbarui 2018-01-08
Tanggal Publikasi 2018-01-07
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://sapphire.sh
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}