Nobitago
Tra cứu tiếng nhật trên trình duyệt web. Hiển thị cả Hán việt, tiếng anh và tiếng việt. Phát triển bởi MAI XUÂN TRIỀU
What is Nobitago?
Nobitago is a Chrome extension developed by https://nobitago.com, and its main feature is "Tra cứu tiếng nhật trên trình duyệt web. Hiển thị cả Hán việt, tiếng anh và tiếng việt. Phát triển bởi MAI XUÂN TRIỀU".
Extension Screenshots
Download Nobitago Extension CRX File
Download Nobitago extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
nobitago giúp bạn đọc báo tiếng nhật một cách dễ dàng thông qua trình duyệt chrome. Tính năng: - Phát hiện địa điểm, tên người, cụm danh từ, các động từ đã chia cũng có thể phát hiện được. - Nhật-Anh-Việt - Nghĩa Kanji kèm hán việt và cấu thành bộ - Đơn giản dễ sử dụng Được phát triển từ mã nguồn rikaichan. website học tiếng nhật http://nobitago.com v0.9.3 đã fix on,off
Extension Basic Information
Name | Nobitago |
ID | phkjgidaednepcinnjgofdfjmajjngji |
Official URL | https://chromewebstore.google.com/detail/nobitago/phkjgidaednepcinnjgofdfjmajjngji |
Description | Tra cứu tiếng nhật trên trình duyệt web. Hiển thị cả Hán việt, tiếng anh và tiếng việt. Phát triển bởi MAI XUÂN TRIỀU |
File Size | 30.97 MB |
Installation Count | 4,000 |
Current Version | 0.9.3 |
Last Updated | 2017-06-24 |
Publish Date | 2017-06-23 |
Rating | 4.79/5 Total 24 Ratings |
Developer | https://nobitago.com |
Payment Type | free |
Extension Website | http://nobitago.com/ |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nobitago", "version": "0.9.3", "description": "Tra c\u1ee9u ti\u1ebfng nh\u1eadt tr\u00ean tr\u00ecnh duy\u1ec7t web. Hi\u1ec3n th\u1ecb c\u1ea3 H\u00e1n vi\u1ec7t, ti\u1ebfng anh v\u00e0 ti\u1ebfng vi\u1ec7t. Ph\u00e1t tri\u1ec3n b\u1edfi MAI XU\u00c2N TRI\u1ec0U", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "clipboardWrite" ], "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "images\/ba.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/\/*" ], "js": [ "rikaicontent.js" ], "all_frames": true } ], "web_accessible_resources": [ "css\/popup-black.css", "css\/popup-blue.css", "css\/popup-lightblue.css", "css\/popup-yellow.css" ] } |