PDF Book Translator

Translation of PDF book into another language.

Co to jest PDF Book Translator?

PDF Book Translator to rozszerzenie Chrome opracowane przez https://app-pbt-674bd.web.app, a jego główną funkcją jest „Translation of PDF book into another language.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia PDF Book Translator

Pobierz pliki rozszerzeń PDF Book Translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa PDF Book Translator PDF Book Translator
ID chnmnpjdfgbmmhcfckgccdloplddclkk
Oficjalny URL https://chromewebstore.google.com/detail/pdf-book-translator/chnmnpjdfgbmmhcfckgccdloplddclkk
Opis Translation of PDF book into another language.
Rozmiar pliku 14.91 KB
Liczba instalacji 10,000
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2021-11-10
Data Publikacji 2021-03-19
Ocena 3.67/5 Łącznie 18 Oceny
Deweloper https://app-pbt-674bd.web.app
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}