Khiyo Dictionary
A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website
Khiyo Dictionary là gì?
Khiyo Dictionary là một tiện ích mở rộng Chrome được phát triển bởi Shemul Hossain, và tính năng chính của nó là "A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Khiyo Dictionary
Tải xuống các tệp mở rộng Khiyo Dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oncfhhecjhlmbbimgloeegaopmgbolif |
URL Chính Thức | https://chrome.google.com/webstore/detail/khiyo-dictionary/oncfhhecjhlmbbimgloeegaopmgbolif |
Mô tả | A simple clean Chrome extension that gives you the actual bangla meaning of selected english word while browsing any website |
Kích Thước Tệp | 111 KB |
Số Lần Cài Đặt | 269 |
Phiên Bản Hiện Tại | 1.3.3 |
Cập Nhật Lần Cuối | 2018-05-15 |
Ngày Phát Hành | 2018-05-15 |
Đánh Giá | 4.64/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | Shemul Hossain |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |