Santali Keyboard

Santali phonetic keyboard

Santali Keyboard란 무엇입니까?

Santali Keyboard은(는) leninhasda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Santali phonetic keyboard"입니다.

확장 프로그램 스크린샷

screenshot

Santali Keyboard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
        }
    ]
}