EPUB Book Translator
Translation of EPUB book into another language.
Co to jest EPUB Book Translator?
EPUB Book Translator to rozszerzenie Chrome opracowane przez https://app-ebt.web.app, a jego główną funkcją jest „Translation of EPUB book into another language.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia EPUB Book Translator
Pobierz pliki rozszerzeń EPUB Book 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
Translation of EPUB book into another language. Click on any paragraph and the translation into the selected language will be carried out.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dglclmeciefbeeidnmalmfaknfnkpcma |
Oficjalny URL | https://chrome.google.com/webstore/detail/epub-book-translator/dglclmeciefbeeidnmalmfaknfnkpcma |
Opis | Translation of EPUB book into another language. |
Rozmiar pliku | 14.02 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2021-11-09 |
Data Publikacji | 2021-05-02 |
Ocena | 2.71/5 Łącznie 7 Oceny |
Deweloper | https://app-ebt.web.app |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EPUB Book Translator", "description": "Translation of EPUB book into another language.", "version": "2.0", "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "homepage_url": "https:\/\/app-ebt.web.app\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "EPUB Book Translator" }, "manifest_version": 2 } |