Ingiya

English-Sinhala and Sinhala-English popup dictionary.

Ingiya क्या है?

Ingiya Asanka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "English-Sinhala and Sinhala-English popup dictionary."।

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

screenshot

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

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

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

                        Ingiya is an easy-to-use popup dictionary extension for popular browsers. After installing this extension, just hover the mouse on top of an English word and a popup will appear with suggestions of possible Sinhala equivalents.

Features:
    Simplicity:
       Translate English words just hovered by mouse.
       Translate selected words.
    Automatically de-inflects verbs and adjectives.
    Replaces translated words choosing one out of its translation.

License:
Dictionary:
Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported

Ingiya extension:MIT License                    

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

नाम Ingiya Ingiya
ID ekniohlmgdccfmlkgmjbbkhpggoacbbg
आधिकारिक URL https://chrome.google.com/webstore/detail/ingiya/ekniohlmgdccfmlkgmjbbkhpggoacbbg
विवरण English-Sinhala and Sinhala-English popup dictionary.
फ़ाइल का आकार 986 KB
स्थापना संख्या 407
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2014-01-30
प्रकाशन तिथि 2014-01-30
रेटिंग 4.58/5 कुल 12 रेटिंग्स
डेवलपर Asanka
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "base.js",
                "shapes.js",
                "content.js"
            ]
        }
    ],
    "minimum_chrome_version": "8",
    "browser_action": {
        "default_icon": "images\/icon19.png"
    },
    "name": "Ingiya",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "bg.html"
    },
    "version": "0.0.2",
    "options_page": "options.html",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "description": "__MSG_description__",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}