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
Eメール [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'"
}