Search JLect
Search the online JLect Dictionary.
Search JLect là gì?
Search JLect là một tiện ích mở rộng Chrome được phát triển bởi http://www.jlect.com, và tính năng chính của nó là "Search the online JLect Dictionary.".
Ả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 Search JLect
Tải xuống các tệp mở rộng Search JLect 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
This plugin provides two quick ways for searching the JLect online Japanese-English dictionary (aka JLect和英辞書 waei jisho). You can either highlight a word and right-click to search it up, or click on the menu icon to look up a term in either English, Japanese or Romaji. Note that JLect also offers results for various Japanese dialectal words and features a basic Okinawan dictionary. Happy searching! Version 0.20: Fixed incompatibility issue with certain extensions.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | liicmmnglhikmpihhnoogdeomlgimcbc |
URL Chính Thức | https://chrome.google.com/webstore/detail/search-jlect/liicmmnglhikmpihhnoogdeomlgimcbc |
Mô tả | Search the online JLect Dictionary. |
Kích Thước Tệp | 19.39 KB |
Số Lần Cài Đặt | 131 |
Phiên Bản Hiện Tại | 0.20 |
Cập Nhật Lần Cuối | 2014-07-01 |
Ngày Phát Hành | 2014-07-01 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://www.jlect.com |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://www.jlect.com/forum/18-google-chrome-extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "description": "Search the online JLect Dictionary.", "icons": { "16": "icon16.png", "19": "icon19.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "name": "Search JLect", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.20" } |