PDF Book Translator

Translation of PDF book into another language.

What is PDF Book Translator?

PDF Book Translator is a Chrome extension developed by https://app-pbt-674bd.web.app, and its main feature is "Translation of PDF book into another language.".

Extension Screenshots

screenshot
screenshot
screenshot

Download PDF Book Translator Extension CRX File

Download PDF Book Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Easy way to translation of your book in PDF format into another language.                    

Extension Basic Information

Name PDF Book Translator PDF Book Translator
ID chnmnpjdfgbmmhcfckgccdloplddclkk
Official URL https://chromewebstore.google.com/detail/pdf-book-translator/chnmnpjdfgbmmhcfckgccdloplddclkk
Description Translation of PDF book into another language.
File Size 14.91 KB
Installation Count 10,000
Current Version 2.1
Last Updated 2021-11-10
Publish Date 2021-03-19
Rating 3.67/5 Total 18 Ratings
Developer https://app-pbt-674bd.web.app
Email [email protected]
Payment Type free
Supported Languages 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
}