Ingiya

English-Sinhala and Sinhala-English popup dictionary.

Qu'est-ce que Ingiya ?

Ingiya est une extension Chrome développée par Asanka, et sa fonction principale est "English-Sinhala and Sinhala-English popup dictionary.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ingiya

Téléchargez les fichiers d'extension Ingiya au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Ingiya Ingiya
ID ekniohlmgdccfmlkgmjbbkhpggoacbbg
URL Officiel https://chrome.google.com/webstore/detail/ingiya/ekniohlmgdccfmlkgmjbbkhpggoacbbg
Description English-Sinhala and Sinhala-English popup dictionary.
Taille du Fichier 986 KB
Nombre d'Installations 407
Version Actuelle 0.0.2
Dernière Mise à Jour 2014-01-30
Date de Publication 2014-01-30
Évaluation 4.58/5 Total 12 Évaluations
Développeur Asanka
Type de Paiement free
Langues Prises en Charge 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'"
}