Yamli

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

Yamliとは何ですか?

Yamliはhttps://www.yamli.comによって開発されたChromeの拡張機能で、その主な機能は「Write Arabic anywhere on the web using Yamli's Smart Arabic Keyboard.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Yamli拡張機能のCRXファイルをダウンロード

Yamli拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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:\/\/*\/"
    ]
}