Arabic and English Keyboard

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

O que é Arabic and English Keyboard?

Arabic and English Keyboard é uma extensão do Chrome desenvolvida por [email protected], e sua principal característica é "Arabic & English Keyboard لوحة المفاتيح العربية والانجليزية".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Arabic and English Keyboard

Baixe arquivos de extensão Arabic and English Keyboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.

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

Informações Básicas da Extensão

Nome Arabic and English Keyboard Arabic and English Keyboard
ID poliiaaleefmikecbodonbdnlbbolcna
URL Oficial https://chromewebstore.google.com/detail/arabic-and-english-keyboa/poliiaaleefmikecbodonbdnlbbolcna
Descrição Arabic & English Keyboard لوحة المفاتيح العربية والانجليزية
Tamanho do Arquivo 149 KB
Contagem de Instalações 4,021
Versão Atual 2.0
Última Atualização 2022-01-07
Data de Publicação 2019-01-26
Classificação 4.29/5 Total de 7 Avaliações
Desenvolvedor [email protected]
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}