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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}