Arabic and English Keyboard

Arabic & English Keyboard لوحة المفاتيح العربية والانجليزية

Arabic and English Keyboardとは何ですか?

Arabic and English Keyboardは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「Arabic & English Keyboard لوحة المفاتيح العربية والانجليزية」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Arabic and English Keyboard拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Arabic and English on screen Keyboard . You can type on any input on a website you visit using Arabic or English from your screen. Easy to install and easy to use.

New Update : brought the new Arabic Diacritization/Teshkeel function to the keyboard & fixed some Issues regarding the keyboard.

 لوحة المفاتيح العربية والانجليزية                    

拡張機能の基本情報

名前 Arabic and English Keyboard Arabic and English Keyboard
ID poliiaaleefmikecbodonbdnlbbolcna
公式URL https://chromewebstore.google.com/detail/arabic-and-english-keyboa/poliiaaleefmikecbodonbdnlbbolcna
説明 Arabic & English Keyboard لوحة المفاتيح العربية والانجليزية
ファイルサイズ 149 KB
インストール数 4,021
現在のバージョン 2.0
最終更新日 2022-01-07
公開日 2019-01-26
評価 4.29/5 合計 7 レビュー
開発者 [email protected]
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arabic and English Keyboard",
    "short_name": "On screen Keyboard",
    "manifest_version": 2,
    "description": "Arabic & English Keyboard  \u0644\u0648\u062d\u0629 \u0627\u0644\u0645\u0641\u0627\u062a\u064a\u062d \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0648\u0627\u0644\u0627\u0646\u062c\u0644\u064a\u0632\u064a\u0629",
    "background": {
        "scripts": [
            "\/functions\/background.js"
        ]
    },
    "version": "2.0",
    "icons": {
        "64": "Images\/background2.png",
        "32": "Images\/speaker.png",
        "16": "Images\/background1.png",
        "128": "Images\/background3.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "\/HTMLs\/options.html",
    "browser_action": {
        "default_title": "Arabic & English Keyboard",
        "default_popup": "\/HTMLs\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/functions\/jquery-1.11.3.js",
                "\/functions\/contents.js"
            ]
        }
    ]
}