PDF Book Translator

Translation of PDF book into another language.

Cos'è PDF Book Translator?

PDF Book Translator è un'estensione di Chrome sviluppata da https://app-pbt-674bd.web.app, e la sua funzione principale è "Translation of PDF book into another language.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione PDF Book Translator

Scarica i file di estensione PDF Book Translator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome PDF Book Translator PDF Book Translator
ID chnmnpjdfgbmmhcfckgccdloplddclkk
URL Ufficiale https://chromewebstore.google.com/detail/pdf-book-translator/chnmnpjdfgbmmhcfckgccdloplddclkk
Descrizione Translation of PDF book into another language.
Dimensione del File 14.91 KB
Conteggio Installazioni 10,000
Versione Corrente 2.1
Ultimo Aggiornamento 2021-11-10
Data di Pubblicazione 2021-03-19
Valutazione 3.67/5 Totale 18 Valutazioni
Sviluppatore https://app-pbt-674bd.web.app
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}