Comic Reader with Translator

Translate a comic into another language.

Co to jest Comic Reader with Translator?

Comic Reader with Translator to rozszerzenie Chrome opracowane przez livecode1986one, a jego główną funkcją jest „Translate a comic into another language.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Comic Reader with Translator

Pobierz pliki rozszerzeń Comic Reader with Translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Comic Reader with Translator Comic Reader with Translator
ID anbojhjalcfdeolaelldamlhffjhdbjb
Oficjalny URL https://chrome.google.com/webstore/detail/comic-reader-with-transla/anbojhjalcfdeolaelldamlhffjhdbjb
Opis Translate a comic into another language.
Rozmiar pliku 33.22 KB
Liczba instalacji 688
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-05-19
Data Publikacji 2021-05-19
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper livecode1986one
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}