KDJ Singlish

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

Qu'est-ce que KDJ Singlish ?

KDJ Singlish est une extension Chrome développée par https://singlish.kdj.lk, et sa fonction principale est "One of Best Singlish Typing Tool Developd By a Sri Lankan Company. KDJ Singlish for your Daily Work.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension KDJ Singlish

Téléchargez les fichiers d'extension KDJ Singlish au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom KDJ Singlish KDJ Singlish
ID ecoofennebdojehcgmclnjdmillihhhm
URL Officiel https://chromewebstore.google.com/detail/kdj-singlish/ecoofennebdojehcgmclnjdmillihhhm
Description One of Best Singlish Typing Tool Developd By a Sri Lankan Company. KDJ Singlish for your Daily Work.
Taille du Fichier 29.58 MB
Nombre d'Installations 1,982
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-10-04
Date de Publication 2019-05-29
Évaluation 5.00/5 Total 12 Évaluations
Développeur https://singlish.kdj.lk
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://kdj.lk
URL de la Page d'Aide http://kdj.lk/singlish
Langues Prises en Charge 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'"
}