Santali Keyboard

Santali phonetic keyboard

Cos'è Santali Keyboard?

Santali Keyboard è un'estensione di Chrome sviluppata da leninhasda, e la sua funzione principale è "Santali phonetic keyboard".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Santali Keyboard

Scarica i file di estensione Santali Keyboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Santali Keyboard Santali Keyboard
ID dkcipgpbibhefmapkmcgcclmfnlpebnk
URL Ufficiale https://chromewebstore.google.com/detail/santali-keyboard/dkcipgpbibhefmapkmcgcclmfnlpebnk
Descrizione Santali phonetic keyboard
Dimensione del File 9.75 KB
Conteggio Installazioni 18
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-06-02
Data di Pubblicazione 2020-06-01
Sviluppatore leninhasda
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/leninhasda/santali-phonetic-for-chrome
URL della Pagina di Aiuto https://github.com/leninhasda/santali-phonetic-for-chrome/issues
Lingue Supportate 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
        }
    ]
}