Santali Keyboard

Santali phonetic keyboard

什麼是Santali Keyboard?

Santali Keyboard是由leninhasda開發的Chrome擴展程式,該擴展的主要功能是“Santali phonetic keyboard”。

擴展截圖

screenshot

下載Santali Keyboard擴展crx文件

下載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
官方網址 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
        }
    ]
}