Kipcsakify

Translates to kipcsak dialect

ما هو Kipcsakify؟

Kipcsakify هو إضافة Chrome تم تطويرها بواسطة Kipcsak Norris، والميزة الرئيسية لها هي "Translates to kipcsak dialect".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Kipcsakify

قم بتنزيل ملفات الامتداد Kipcsakify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Translates to kipcsak. This plugin helps to translate some popular Hungarian news sites, to a special Hungarian dialekt.                    

معلومات أساسية عن التمديد

الاسم Kipcsakify Kipcsakify
ID feoohnjnbdanikbhpolpknknckhobpje
عنوان URL الرسمي https://chromewebstore.google.com/detail/kipcsakify/feoohnjnbdanikbhpolpknknckhobpje
الوصف Translates to kipcsak dialect
حجم الملف 7.25 KB
عدد التثبيتات 60
النسخة الحالية 1.2
آخر تحديث 2019-12-17
تاريخ النشر 2019-12-16
تقييم 5.00/5 مجموع تقييمات 2
المطور Kipcsak Norris
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.kipcsak.xyz/
اللغات المدعومة hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kipcsakify",
    "version": "1.2",
    "description": "Translates to kipcsak dialect",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.index.hu\/*",
                "https:\/\/*.444.hu\/*"
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}