Offline Japanese Dictionary Okavy
Offline Japanese-English, Japanese-Vietnamese dictionary. Hovering over words to get definition. Open new tab and learn Japanese fun
Offline Japanese Dictionary Okavy là gì?
Offline Japanese Dictionary Okavy là một tiện ích mở rộng Chrome được phát triển bởi http://okavy.top, và tính năng chính của nó là "Offline Japanese-English, Japanese-Vietnamese dictionary. Hovering over words to get definition. Open new tab and learn Japanese fun".
Ả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 Offline Japanese Dictionary Okavy
Tải xuống các tệp mở rộng Offline Japanese Dictionary Okavy 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
Offline Japanese - English dictionary. Activate the extension by clicking on the icon in the top right or right mouse click and select "On/Off Japanese dictionary Okavy". When the introductory pop up appears, Okavy is ready for action. When it's activated, when you hover over Japanese words they'll be translated in a pop up. If you hit shift/enter, you'll see some information about the first Kanji. You learn each Japanese word of Japanese Picture dictionary by open new tab of Chrome and fun.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | abemjelpebnkjkldlkeloohlalicbcmb |
URL Chính Thức | https://chrome.google.com/webstore/detail/offline-japanese-dictiona/abemjelpebnkjkldlkeloohlalicbcmb |
Mô tả | Offline Japanese-English, Japanese-Vietnamese dictionary. Hovering over words to get definition. Open new tab and learn Japanese fun |
Kích Thước Tệp | 53.05 MB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2018-10-30 |
Ngày Phát Hành | 2018-10-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://okavy.top |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://okavy.top |
Ngôn Ngữ Được Hỗ Trợ | ja |
manifest.json | |
{ "author": "okavy.top", "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "icon\/kavy-icon.png" }, "content_scripts": [ { "all_frames": true, "js": [ "rikaicontent.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/\/*" ] } ], "description": "Offline Japanese-English, Japanese-Vietnamese dictionary. Hovering over words to get definition. Open new tab and learn Japanese fun", "icons": { "128": "icon\/icon128.png", "48": "icon\/icon48.png" }, "manifest_version": 2, "name": "Offline Japanese Dictionary Okavy", "short_name": "okavy.top", "options_page": "options.html", "permissions": [ "tabs", "clipboardWrite", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.2", "web_accessible_resources": [ "css\/popup-black.css", "css\/popup-blue.css", "css\/popup-lightblue.css", "css\/popup-yellow.css", "style.css" ] } |