Comic Reader with Translator

Translate a comic into another language.

Co je Comic Reader with Translator?

Comic Reader with Translator je rozšíření Chrome vyvinuté livecode1986one, a jeho hlavní funkcí je „Translate a comic into another language.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Comic Reader with Translator

Stáhněte si soubory rozšíření Comic Reader with Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Comic Reader with Translator Comic Reader with Translator
ID anbojhjalcfdeolaelldamlhffjhdbjb
Oficiální URL https://chrome.google.com/webstore/detail/comic-reader-with-transla/anbojhjalcfdeolaelldamlhffjhdbjb
Popis Translate a comic into another language.
Velikost souboru 33.22 KB
Počet instalací 688
Aktuální Verze 1.0
Poslední Aktualizace 2021-05-19
Datum Vydání 2021-05-19
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář livecode1986one
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}