Yamli

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

Yamli क्या है?

Yamli https://www.yamli.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Yamli एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/"
    ]
}