Khiyo Dictionary

A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website

Was ist Khiyo Dictionary?

Khiyo Dictionary ist eine Chrome-Erweiterung, die von Shemul Hossain entwickelt wurde, und ihr Hauptmerkmal ist "A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Khiyo Dictionary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Khiyo Dictionary-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

                        A Simple Chrome extension that get you the actual Bangla meaning of selected English word. 

How to :
---------------------------

Just install it and keep surfing the web , whenever you want to mean any word just give a double click on that word. Hopefully associated Bangla Mean will be appear bottom-right corner

Remember : You must have to refresh your current page if you want to see just in action                    

Grundlegende Informationen zur Erweiterung

Name Khiyo Dictionary Khiyo Dictionary
ID oncfhhecjhlmbbimgloeegaopmgbolif
Offizielle URL https://chrome.google.com/webstore/detail/khiyo-dictionary/oncfhhecjhlmbbimgloeegaopmgbolif
Beschreibung A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website
Dateigröße 111 KB
Installationsanzahl 269
Aktuelle Version 1.3.3
Letztes Update 2018-05-15
Veröffentlichungsdatum 2018-05-15
Bewertung 4.64/5 Insgesamt 22 Bewertungen
Entwickler Shemul Hossain
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3.3",
    "name": "Khiyo Dictionary",
    "short_name": "Khiyo",
    "description": "A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website",
    "homepage_url": "https:\/\/github.com\/shemul",
    "author": {
        "name": "Shemul Hossain"
    },
    "browser_action": {
        "default_icon": "icon38.png"
    },
    "icons": {
        "64": "icon.png",
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "css": [
                "js\/content.css"
            ],
            "run_at": "document_end"
        }
    ]
}