Yamli

Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.

ما هو Yamli؟

Yamli هو إضافة Chrome تم تطويرها بواسطة https://www.yamli.com، والميزة الرئيسية لها هي "Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.".

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

screenshot
screenshot
screenshot

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

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

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

                        Type Arabic using Yamli's Smart Arabic Keyboard anywhere on the web For example, type "mosalsal", and it will automatically be converted to "مسلسل".                    

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

الاسم Yamli Yamli
ID jhninijcbcniklnjbohdmoglogfjbglh
عنوان URL الرسمي https://chromewebstore.google.com/detail/yamli/jhninijcbcniklnjbohdmoglogfjbglh
الوصف Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.
حجم الملف 14.39 KB
عدد التثبيتات 10,000
النسخة الحالية 1.0.8
آخر تحديث 2019-05-28
تاريخ النشر 2019-05-21
تقييم 4.06/5 مجموع تقييمات 426
المطور https://www.yamli.com
نوع الدفع free
موقع الإضافة http://www.yamli.com/arabic-keyboard/
اللغات المدعومة en,fr,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "manifest_version": 2,
    "version": "1.0.8",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "48": "images\/logo_y_48.png",
        "128": "images\/logo_y_128.png"
    },
    "browser_action": {
        "default_icon": "images\/toolbar_yamli_off.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}