JPTutor

Parse Japanese sentences with JPTutor on learnJPOnline

Cos'è JPTutor?

JPTutor è un'estensione di Chrome sviluppata da https://learnjapanese.onl, e la sua funzione principale è "Parse Japanese sentences with JPTutor on learnJPOnline".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JPTutor

Scarica i file di estensione JPTutor 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

                        When viewing Japanese websites, if you want to analyze a Japanese sentence, select your target sentence, right click the selected region and select "Parse a Japanese sentence." The extension will analyze the target sentence automatically.                    

Informazioni di Base sull'Estensione

Nome JPTutor JPTutor
ID gcoblaoegliiohhmionjklgbgoadlbgf
URL Ufficiale https://chrome.google.com/webstore/detail/jptutor/gcoblaoegliiohhmionjklgbgoadlbgf
Descrizione Parse Japanese sentences with JPTutor on learnJPOnline
Dimensione del File 9.33 KB
Conteggio Installazioni 19
Versione Corrente 0.1.2
Ultimo Aggiornamento 2022-07-19
Data di Pubblicazione 2020-11-09
Sviluppatore https://learnjapanese.onl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://learnjapanese.onl/en-us/parse-japanese-sentences/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JPTutor",
    "description": "Parse Japanese sentences with JPTutor on learnJPOnline",
    "version": "0.1.2",
    "manifest_version": 2,
    "icons": {
        "16": "sakura-16x16.png",
        "128": "sakura-128x128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/learnjapanese.onl\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}