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

Cos'è Nobitago?

Nobitago è un'estensione di Chrome sviluppata da https://nobitago.com, e la sua funzione principale è "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".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Nobitago

Scarica i file di estensione Nobitago in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Nobitago Nobitago
ID phkjgidaednepcinnjgofdfjmajjngji
URL Ufficiale https://chromewebstore.google.com/detail/nobitago/phkjgidaednepcinnjgofdfjmajjngji
Descrizione 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
Dimensione del File 30.97 MB
Conteggio Installazioni 4,000
Versione Corrente 0.9.3
Ultimo Aggiornamento 2017-06-24
Data di Pubblicazione 2017-06-23
Valutazione 4.79/5 Totale 24 Valutazioni
Sviluppatore https://nobitago.com
Tipo di Pagamento free
Sito Web dell'Estensione http://nobitago.com/
Lingue Supportate 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"
    ]
}