EPUB Book Translator
Translation of EPUB book into another language.
Co je EPUB Book Translator?
EPUB Book Translator je rozšíření Chrome vyvinuté https://app-ebt.web.app, a jeho hlavní funkcí je „Translation of EPUB book into another language.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření EPUB Book Translator
Stáhněte si soubory rozšíření EPUB Book 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í
Translation of EPUB book into another language. Click on any paragraph and the translation into the selected language will be carried out.
Základní Informace o Rozšíření
Název | |
ID | dglclmeciefbeeidnmalmfaknfnkpcma |
Oficiální URL | https://chrome.google.com/webstore/detail/epub-book-translator/dglclmeciefbeeidnmalmfaknfnkpcma |
Popis | Translation of EPUB book into another language. |
Velikost souboru | 14.02 KB |
Počet instalací | 2,000 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2021-11-09 |
Datum Vydání | 2021-05-02 |
Hodnocení | 2.71/5 Celkem 7 Hodnocení |
Vývojář | https://app-ebt.web.app |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |