PDF Book Translator
Translation of PDF book into another language.
PDF Book Translatorとは何ですか?
PDF Book Translatorはhttps://app-pbt-674bd.web.appによって開発されたChromeの拡張機能で、その主な機能は「Translation of PDF book into another language.」です。
拡張機能のスクリーンショット
PDF Book Translator拡張機能のCRXファイルをダウンロード
PDF Book Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Easy way to translation of your book in PDF format into another language.
拡張機能の基本情報
名前 | PDF Book Translator |
ID | chnmnpjdfgbmmhcfckgccdloplddclkk |
公式URL | https://chromewebstore.google.com/detail/pdf-book-translator/chnmnpjdfgbmmhcfckgccdloplddclkk |
説明 | Translation of PDF book into another language. |
ファイルサイズ | 14.91 KB |
インストール数 | 10,000 |
現在のバージョン | 2.1 |
最終更新日 | 2021-11-10 |
公開日 | 2021-03-19 |
評価 | 3.67/5 合計 18 レビュー |
開発者 | https://app-pbt-674bd.web.app |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDF Book Translator", "description": "Translation of PDF book into another language.", "version": "2.1", "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "homepage_url": "https:\/\/pdf-translator.netlify.app\/", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "PDF Book Translator" }, "manifest_version": 2 } |