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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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
} | |