Comic Reader with Translator

Translate a comic into another language.

Wat is Comic Reader with Translator?

Comic Reader with Translator is een Chrome-extensie ontwikkeld door livecode1986one, en de belangrijkste functie is "Translate a comic into another language.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Comic Reader with Translator

Download Comic Reader with Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Comic Reader with Translator Comic Reader with Translator
ID anbojhjalcfdeolaelldamlhffjhdbjb
Officiële URL https://chrome.google.com/webstore/detail/comic-reader-with-transla/anbojhjalcfdeolaelldamlhffjhdbjb
Beschrijving Translate a comic into another language.
Bestandsgrootte 33.22 KB
Aantal Installaties 688
Huidige Versie 1.0
Laatst Bijgewerkt 2021-05-19
Publicatiedatum 2021-05-19
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar livecode1986one
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}