Helakuru Sinhala Input

Helakuru Keyboard Input enables you to type in Sinhala

Helakuru Sinhala Input क्या है?

Helakuru Sinhala Input http://www.helakuru.lk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helakuru Keyboard Input enables you to type in Sinhala"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Helakuru Sinhala Input एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Helakuru Sinhala Input is the easiest way to type Sinhala on your laptop or desktop. You can install Helakuru with a one button click & start typing Sinhala just after that.

This Helakuru for Chrome version allows you to type Sinhala in the same way you typed Sinhala on your mobile with Helakuru for Android or Helakuru for iOS. Unlike other existing Sinhala typing solutions, Helakuru allows you to type Sinhala characters directly into the input fields which will make the typing faster & more obvious for Sinhalese users.

Helakuru supports two keyboard layouts.
1. Sinhala Phonetic - Allows you to type Sinhala phonetically in English letters
2. Sinhala Wijesekara - Allows you to type Sinhala using the standard Sinhala keyboard layout

Please note that Helakuru for Chrome is still in beta, so can include random bugs & issues. Please send us your feedback to [email protected] or through Helakuru facebook page if you found any bug.

Also please note that Helakuru for Chrome does not support Sinhala typing on following websites which is a beta limitation it currently has.
- Google Docs/Sheets/Slides

Helakuru is a proud Sri Lankan Product by Bhasha Lanka (Pvt) Ltd
(c) 2017 Bhasha Lanka (Pvt) Ltd

http://www.helakuru.lk
http://www.bhasha.lk                    

एक्सटेंशन की मूल जानकारी

नाम Helakuru Sinhala Input Helakuru Sinhala Input
ID mffmdedphckombglgkknaljinihhdjmp
आधिकारिक URL https://chrome.google.com/webstore/detail/helakuru-sinhala-input/mffmdedphckombglgkknaljinihhdjmp
विवरण Helakuru Keyboard Input enables you to type in Sinhala
फ़ाइल का आकार 163 KB
स्थापना संख्या 30,000
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-12-10
प्रकाशन तिथि 2017-12-10
रेटिंग 4.78/5 कुल 537 रेटिंग्स
डेवलपर http://www.helakuru.lk
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://www.bhasha.lk/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Helakuru Sinhala Input",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Helakuru Keyboard Input enables you to type in Sinhala",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Helakuru Sinhala Input",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "storage",
        "gcm",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery-1.7.2.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "options_page": "help.html",
    "commands": {
        "name": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            },
            "description": "Enable Helakuru"
        }
    }
}