EPUB Book Translator
Translation of EPUB book into another language.
EPUB Book Translatorとは何ですか?
EPUB Book Translatorはhttps://app-ebt.web.appによって開発されたChromeの拡張機能で、その主な機能は「Translation of EPUB book into another language.」です。
拡張機能のスクリーンショット
EPUB Book Translator拡張機能のCRXファイルをダウンロード
EPUB Book Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Translation of EPUB book into another language. Click on any paragraph and the translation into the selected language will be carried out.
拡張機能の基本情報
名前 | |
ID | dglclmeciefbeeidnmalmfaknfnkpcma |
公式URL | https://chrome.google.com/webstore/detail/epub-book-translator/dglclmeciefbeeidnmalmfaknfnkpcma |
説明 | Translation of EPUB book into another language. |
ファイルサイズ | 14.02 KB |
インストール数 | 2,000 |
現在のバージョン | 2.0 |
最終更新日 | 2021-11-09 |
公開日 | 2021-05-02 |
評価 | 2.71/5 合計 7 レビュー |
開発者 | https://app-ebt.web.app |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } |