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
Qu'est-ce que Nobitago ?
Nobitago est une extension Chrome développée par https://nobitago.com, et sa fonction principale est "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".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nobitago
Téléchargez les fichiers d'extension Nobitago au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Nobitago |
ID | phkjgidaednepcinnjgofdfjmajjngji |
URL Officiel | 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 |
Taille du Fichier | 30.97 MB |
Nombre d'Installations | 4,000 |
Version Actuelle | 0.9.3 |
Dernière Mise à Jour | 2017-06-24 |
Date de Publication | 2017-06-23 |
Évaluation | 4.79/5 Total 24 Évaluations |
Développeur | https://nobitago.com |
Type de Paiement | free |
Site Web de l'Extension | http://nobitago.com/ |
Langues Prises en Charge | 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" ] } |