EPUB Book Translator

Translation of EPUB book into another language.

EPUB Book Translator क्या है?

EPUB Book Translator https://app-ebt.web.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translation of EPUB book into another language."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में EPUB Book Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Translation of EPUB book into another language.
Click on any paragraph and the translation into the selected language will be carried out.                    

एक्सटेंशन की मूल जानकारी

नाम EPUB Book Translator EPUB Book Translator
ID dglclmeciefbeeidnmalmfaknfnkpcma
आधिकारिक URL https://chrome.google.com/webstore/detail/epub-book-translator/dglclmeciefbeeidnmalmfaknfnkpcma
विवरण Translation of EPUB book into another language.
फ़ाइल का आकार 14.02 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 2.0
अंतिम अपडेट 2021-11-09
प्रकाशन तिथि 2021-05-02
रेटिंग 2.71/5 कुल 7 रेटिंग्स
डेवलपर https://app-ebt.web.app
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EPUB Book Translator",
    "description": "Translation of EPUB book into another language.",
    "version": "2.0",
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "homepage_url": "https:\/\/app-ebt.web.app\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "EPUB Book Translator"
    },
    "manifest_version": 2
}