Ingiya

English-Sinhala and Sinhala-English popup dictionary.

Was ist Ingiya?

Ingiya ist eine Chrome-Erweiterung, die von Asanka entwickelt wurde, und ihr Hauptmerkmal ist "English-Sinhala and Sinhala-English popup dictionary.".

Erweiterungsscreenshots

screenshot

Ingiya-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ingiya-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Ingiya Ingiya
ID ekniohlmgdccfmlkgmjbbkhpggoacbbg
Offizielle URL https://chrome.google.com/webstore/detail/ingiya/ekniohlmgdccfmlkgmjbbkhpggoacbbg
Beschreibung English-Sinhala and Sinhala-English popup dictionary.
Dateigröße 986 KB
Installationsanzahl 407
Aktuelle Version 0.0.2
Letztes Update 2014-01-30
Veröffentlichungsdatum 2014-01-30
Bewertung 4.58/5 Insgesamt 12 Bewertungen
Entwickler Asanka
Zahlungsart free
Unterstützte Sprachen 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'"
}