Santali Keyboard

Santali phonetic keyboard

Santali Keyboardคืออะไร?

Santali Keyboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leninhasda และคุณลักษณะหลักของมันคือ "Santali phonetic keyboard"

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

screenshot

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

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

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

                        Santali Phonetic Keyboard for Chrome
------------------------------------------------------------------
Santali Phonetic keyboard extensions adds support to write in Santali anywhere in the internet. It supports any chromium based browser that can download extension from chrome web store.

Usage
------------
1. Install from chrome web store
2. Open a web page and hit `Ctrl+e` to start typing
3. Hit `Ctrl+e` to disable again

Features
-----------------
- Works on any input field on any webpage
- It doesn't save any data anywhere
- It doesn't collect personal information 
- It doesn't make any external calls to any server
- Open sourced and completely free to use


Submit Issues
---------------------------
Create Issues at https://github.com/leninhasda/santali-phonetic-for-chrome/issues

Github Repo
----------------------
https://github.com/leninhasda/santali-phonetic-for-chrome                    

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

ชื่อ Santali Keyboard Santali Keyboard
ID dkcipgpbibhefmapkmcgcclmfnlpebnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/santali-keyboard/dkcipgpbibhefmapkmcgcclmfnlpebnk
คำอธิบาย Santali phonetic keyboard
ขนาดไฟล์ 9.75 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-06-02
วันที่เผยแพร่ 2020-06-01
ผู้พัฒนา leninhasda
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/leninhasda/santali-phonetic-for-chrome
URL หน้าช่วยเหลือ https://github.com/leninhasda/santali-phonetic-for-chrome/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Santali Keyboard",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Santali phonetic keyboard",
    "author": "Lenin Hasda ",
    "page_action": {
        "default_icon": "images\/icon-48-dim.png",
        "default_title": "Santali Keyboard"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "images\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}