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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}