Arabic and English Keyboard

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

Arabic and English Keyboard क्या है?

Arabic and English Keyboard [email protected] द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Arabic & English Keyboard لوحة المفاتيح العربية والانجليزية"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Arabic and English Keyboard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]
ईमेल [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"
            ]
        }
    ]
}