Comic Reader with Translator

Translate a comic into another language.

Cos'è Comic Reader with Translator?

Comic Reader with Translator è un'estensione di Chrome sviluppata da livecode1986one, e la sua funzione principale è "Translate a comic into another language.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Comic Reader with Translator

Scarica i file di estensione Comic Reader with Translator 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

                        Comic Reader with Translator - allows you to translate a selected area from a comic into another language.

Also allows you to take a screenshot of a selected area or a full page image.

Supported formats: cbr, cbz, cbt.                    

Informazioni di Base sull'Estensione

Nome Comic Reader with Translator Comic Reader with Translator
ID anbojhjalcfdeolaelldamlhffjhdbjb
URL Ufficiale https://chrome.google.com/webstore/detail/comic-reader-with-transla/anbojhjalcfdeolaelldamlhffjhdbjb
Descrizione Translate a comic into another language.
Dimensione del File 33.22 KB
Conteggio Installazioni 688
Versione Corrente 1.0
Ultimo Aggiornamento 2021-05-19
Data di Pubblicazione 2021-05-19
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore livecode1986one
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comic Reader with Translator",
    "description": "Translate a comic into another language.",
    "version": "1.0",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "homepage_url": "https:\/\/app-comic-reader.web.app\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Comic Reader with Translator"
    },
    "manifest_version": 2
}