DeepL Inside

Use Deepl.com to translate your selection or web page

DeepL Inside क्या है?

DeepL Inside http://deepext.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Deepl.com to translate your selection or web page"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Deepl Inside use deepl.com translator api to do translation. 
You can use context menu or marker icon to trigger DeepL translation, then show the result in your page top ban, navigate later. Or you can open a side panel to show the page content and translate by one click.

Key Features: 👉
1. Call DeepL translator api to do translation, and PK with Google Translator, up or down the translated result. ✊
2. Use context menu or marker icon to trigger translation, specially in twitter, one click to translate your reading tweet.
3. Show the translation result in reading page.
4. Configure the target language, and other profile.
5. Cloud saving your profile and translation history.
6. Free-styled document translation
7. TTS to speak your selection and translated content 🎧
8. Open a side panel to view the web content and click to translate. 🚀

Last Release 1.13 at May 2022: ✊
Bugfix for TTS.

Deepl care translating , we care reading. 

Have fun! 🏝                    

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

नाम DeepL Inside DeepL Inside
ID npoojnfdjhojnpehmonnhckfnealbblf
आधिकारिक URL https://chrome.google.com/webstore/detail/deepl-inside/npoojnfdjhojnpehmonnhckfnealbblf
विवरण Use Deepl.com to translate your selection or web page
फ़ाइल का आकार 1.3 MB
स्थापना संख्या 9,685
वर्तमान संस्करण 1.13.2
अंतिम अपडेट 2022-06-11
प्रकाशन तिथि 2019-09-26
रेटिंग 3.22/5 कुल 32 रेटिंग्स
डेवलपर http://deepext.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://deepext.com/deepl
सहायता पृष्ठ URL https://deepext.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DeepL Inside",
    "version": "1.13.2",
    "description": "Use Deepl.com to translate your selection or web page",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "DeepL Inside"
    },
    "content_scripts": [
        {
            "js": [
                "content\/static\/js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "popup\/16.png",
        "48": "popup\/48.png",
        "128": "popup\/128.png"
    },
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "tts",
        "cookies",
        "https:\/\/deepext.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/*.googleapis.com 'unsafe-eval'; object-src 'self'; connect-src https:\/\/deepext.com\/ http:\/\/*.googleapis.com\/ https:\/\/ssl.google-analytics.com\/; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data: https:;"
}