Arabic Typist

A Keyboard that lets you type with Arabic Transliteration. For quick words, use Alt+Shift+X, and copy what you type.

Arabic Typistคืออะไร?

Arabic Typist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://arabictypist.com และคุณลักษณะหลักของมันคือ "A Keyboard that lets you type with Arabic Transliteration. For quick words, use Alt+Shift+X, and copy what you type."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Arabic Typist

ดาวน์โหลดไฟล์ส่วนขยาย Arabic Typist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Typing Arabic Transliteration should be easy.
With simple shortcuts (like Ctrl(Cmd)+Alt), you can type ā ī ū ḍ ḥ ṣ ṭ ẓ ʿ ﷻ ﷺ — and more. You can even type (ع) and (Rḍ). If you add Shift into the combo, you can write Ā Ī Ū Ḍ Ḥ Ṣ Ṭ Ẓ ʾ.

V 1.4 UPDATES: Google Inbox is now support (through the button). Icons in Inbox and GMail have been updated. [1/26/17]

V 1.3 UPDATES/FIXES: The user can automatically start typing with the special keys. Before, the user had to click, now, as long as the user has "focus" it will work.

New Features: Beta-Version of GMail integration. Clicking the new button in GMail should modify the last character typed.

View Usage GIFS:
http://arabictypist.com/gifs/gif1.gif
http://arabictypist.com/gifs/gif2.gif
http://arabictypist.com/gifs/gif3.gif
http://arabictypist.com/gifs/gif4.gif                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Arabic Typist Arabic Typist
ID koeonfkhgnjlaahkppcdgpkmljijfabm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/arabic-typist/koeonfkhgnjlaahkppcdgpkmljijfabm
คำอธิบาย A Keyboard that lets you type with Arabic Transliteration. For quick words, use Alt+Shift+X, and copy what you type.
ขนาดไฟล์ 182 KB
จำนวนการติดตั้ง 369
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2017-01-26
วันที่เผยแพร่ 2017-01-26
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://arabictypist.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://arabictypist.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arabic Typist",
    "short_name": "US-ARTr",
    "description": "A Keyboard that lets you type with Arabic Transliteration. For quick words, use Alt+Shift+X, and copy what you type.",
    "version": "1.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery-3.1.0.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icons\/48_black_keyboard.png",
        "96": "icons\/96_black_keyboard.png",
        "144": "icons\/144_black_keyboard.png",
        "192": "icons\/192_black_keyboard.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "contextMenus",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/"
    ],
    "browser_action": {
        "default_popup": "browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "inboxsdk.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+X",
                "mac": "Alt+Shift+X"
            },
            "description": "Popup Shortcut."
        }
    }
}