Find Korea from Dropdowns

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

Find Korea from Dropdownsคืออะไร?

Find Korea from Dropdowns เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sapphire.sh และคุณลักษณะหลักของมันคือ "Automatically finds Korea from html select tags (dropdowns) with right-click"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find Korea from Dropdowns

ดาวน์โหลดไฟล์ส่วนขยาย 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
}