KDJ Singlish

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

什么是KDJ Singlish?

KDJ Singlish是由https://singlish.kdj.lk开发的Chrome扩展程序,该扩展的主要功能是“One of Best Singlish Typing Tool Developd By a Sri Lankan Company. KDJ Singlish for your Daily Work.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载KDJ Singlish扩展crx文件

下载KDJ Singlish扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 KDJ Singlish KDJ Singlish
ID ecoofennebdojehcgmclnjdmillihhhm
官方URL https://chromewebstore.google.com/detail/kdj-singlish/ecoofennebdojehcgmclnjdmillihhhm
简介 One of Best Singlish Typing Tool Developd By a Sri Lankan Company. KDJ Singlish for your Daily Work.
文件大小 29.58 MB
安装次数 1,982
当前版本 1.0.1
更新时间 2021-10-04
上架时间 2019-05-29
评分 5.00/5 共12次评分
开发者 https://singlish.kdj.lk
电子邮箱 [email protected]
付费类型 free
扩展官网 http://kdj.lk
帮助页面URL http://kdj.lk/singlish
支持的语言 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'"
}