KDJ Singlish

One of Best Singlish Typing Tool Developd By a Sri Lankan Company. KDJ Singlish for your Daily Work.

O que é KDJ Singlish?

KDJ Singlish é uma extensão do Chrome desenvolvida por https://singlish.kdj.lk, e sua principal característica é "One of Best Singlish Typing Tool Developd By a Sri Lankan Company. KDJ Singlish for your Daily Work.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão KDJ Singlish

Baixe arquivos de extensão KDJ Singlish no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        In this app, we just want to focus on one problem, a Sinhala Typing app with a simple and quality UI. We have developed KDJ Singlish for writers, students, teachers, and designers and whoever interested in Sinhala Typing. This application will help you to type anything you want in Sinhala just like the way you type messages. KDJ Singlish will help you save your time when you need to type in Sinhala Fonts. You can use KDJ Singlish and share the typed text to anywhere you want. So this is just another try to smooth your workflow.                    

Informações Básicas da Extensão

Nome KDJ Singlish KDJ Singlish
ID ecoofennebdojehcgmclnjdmillihhhm
URL Oficial https://chromewebstore.google.com/detail/kdj-singlish/ecoofennebdojehcgmclnjdmillihhhm
Descrição One of Best Singlish Typing Tool Developd By a Sri Lankan Company. KDJ Singlish for your Daily Work.
Tamanho do Arquivo 29.58 MB
Contagem de Instalações 1,982
Versão Atual 1.0.1
Última Atualização 2021-10-04
Data de Publicação 2019-05-29
Classificação 5.00/5 Total de 12 Avaliações
Desenvolvedor https://singlish.kdj.lk
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://kdj.lk
URL da Página de Ajuda http://kdj.lk/singlish
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KDJ Singlish",
    "description": "One of Best Singlish Typing Tool Developd By a Sri Lankan Company. KDJ Singlish for your Daily Work.",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "browser_action": {
        "default_popup": "www\/index.html#\/home"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com\/js\/api.js 'unsafe-eval'; object-src 'self'"
}