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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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