Khiyo Dictionary
A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website
Khiyo Dictionaryとは何ですか?
Khiyo DictionaryはShemul Hossainによって開発されたChromeの拡張機能で、その主な機能は「A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website」です。
拡張機能のスクリーンショット
Khiyo Dictionary拡張機能のCRXファイルをダウンロード
Khiyo Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | oncfhhecjhlmbbimgloeegaopmgbolif |
公式URL | https://chrome.google.com/webstore/detail/khiyo-dictionary/oncfhhecjhlmbbimgloeegaopmgbolif |
説明 | A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website |
ファイルサイズ | 111 KB |
インストール数 | 269 |
現在のバージョン | 1.3.3 |
最終更新日 | 2018-05-15 |
公開日 | 2018-05-15 |
評価 | 4.64/5 合計 22 レビュー |
開発者 | Shemul Hossain |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } ] } |