Khiyo Dictionary
A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website
Co je Khiyo Dictionary?
Khiyo Dictionary je rozšíření Chrome vyvinuté Shemul Hossain, a jeho hlavní funkcí je „A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Khiyo Dictionary
Stáhněte si soubory rozšíření Khiyo Dictionary ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | oncfhhecjhlmbbimgloeegaopmgbolif |
Oficiální URL | https://chrome.google.com/webstore/detail/khiyo-dictionary/oncfhhecjhlmbbimgloeegaopmgbolif |
Popis | A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website |
Velikost souboru | 111 KB |
Počet instalací | 269 |
Aktuální Verze | 1.3.3 |
Poslední Aktualizace | 2018-05-15 |
Datum Vydání | 2018-05-15 |
Hodnocení | 4.64/5 Celkem 22 Hodnocení |
Vývojář | Shemul Hossain |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |