Reverso – Translation, dictionary

Translate and learn languages while browsing and watching movies, it’s free.

Reverso – Translation, dictionary क्या है?

Reverso – Translation, dictionary https://context.reverso.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate and learn languages while browsing and watching movies, it’s free."।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Translate and learn languages while browsing and watching movies. It’s free, and registration is optional. Just select a text, let the magic happen and get accurate translations illustrated by examples of real usage. 

ENJOY THE ULTIMATE AI-POWERED TRANSLATION
•	Powerful big data algorithms and machine learning.
•	The most accurate and relevant results, based on millions of real-life multilingual texts.

LEARN WHILE WATCHING YOUR FAVORITE MOVIES
•	Translate subtitles while you enjoy a movie on Netflix, Amazon Prime, YouTube, and more.
•	Save your favorite words and expressions to review and memorize them later.

LEARN WHILE BROWSING AND READING
•	Discover translations and pronunciations of words and expressions in foreign languages: Spanish, French, Russian…, in the context of your article or document.
•	Read, write and speak with more accuracy and confidence.
•	Save your favorite words and expressions to review it later and memorize them.

SYNCHRONIZE YOUR FAVORITES ACROSS DEVICES
•	Synchronize your translation history and favorites with your Reverso account.
•	On Reverso Context mobile app, practice the vocabulary you’ve discovered via the extension with flashcards, quizzes and games.

SUMMARY OF KEY FEATURES
•	Instant translation of selected text when reading content on your browser
•	Subtitles translation on Netflix, Amazon Prime Video, YouTube, TED Talks and more.
•	AI-powered translation available in 26 languages and more are coming in the future! 
•	Seamless synchronization across all Reverso products for registered users.
•	Advanced features include pronunciation, history, phrasebook of your favorites and more.
•	Suggestions: words and expressions will be suggested to you as you type.
•	One-click to get more details on Reverso Context.

Download Reverso extension now and enjoy our AI-based translation for free!                    

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

नाम Reverso – Translation, dictionary Reverso – Translation, dictionary
ID onhiacboedfinnofagfgoaanfedhmfab
आधिकारिक URL https://chromewebstore.google.com/detail/reverso-%E2%80%93-translation-dic/onhiacboedfinnofagfgoaanfedhmfab
विवरण Translate and learn languages while browsing and watching movies, it’s free.
फ़ाइल का आकार 8.48 MB
स्थापना संख्या 340,828
वर्तमान संस्करण 3.3.274
अंतिम अपडेट 2023-09-30
प्रकाशन तिथि 2020-07-03
रेटिंग 4.61/5 कुल 1276 रेटिंग्स
डेवलपर https://context.reverso.net
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://cps.reverso.net/en/doc/faq/?origin=chromeextension
गोपनीयता नीति पृष्ठ URL https://cps.reverso.net/extension/privacy
समर्थित भाषाएँ de,en,fr,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "short_name": "Reverso Context",
    "description": "__MSG_appDesc__",
    "version": "3.3.274",
    "author": "Softissimo Inc.",
    "homepage_url": "https:\/\/context.reverso.net\/",
    "options_page": "dist\/index.html?navigateTo=options",
    "icons": {
        "16": "dist\/assets\/images\/reverso-logo16x16.png",
        "32": "dist\/assets\/images\/reverso-logo32x32.png",
        "48": "dist\/assets\/images\/reverso-logo48x48.png",
        "65": "dist\/assets\/images\/reverso-logo.png",
        "128": "dist\/assets\/images\/reverso-logo.png"
    },
    "action": {
        "default_title": "Reverso Context",
        "default_popup": "dist\/index.html"
    },
    "background": {
        "service_worker": "dist\/worker.bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "dist\/preload-content-script.bundle.js"
            ],
            "css": [
                "dist\/content-script.bundle.css"
            ],
            "all_frames": false,
            "run_at": "document_end",
            "match_about_blank": true
        }
    ],
    "incognito": "split",
    "content_security_policy": {
        "extension_page": "script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval'",
        "worker-src": "script-src 'self' 'unsafe-eval' 'wasm-unsafe-eval'"
    },
    "file_browser_handlers": [
        {
            "default_title": "Open with PDF Viewer",
            "file_filters": [
                "filesystem:*.pdf"
            ],
            "id": "open-as-pdf"
        }
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "background",
        "notifications",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/cps.reverso.net\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "reverso-pop-up\/*",
                "dist\/assets*\/*",
                "dist\/index.html",
                "content\/web\/viewer.html",
                "dist\/page-bar.html",
                "dist\/contentStyles.css",
                "dist\/content-script.bundle.js",
                "dist\/preload-content-script.bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*",
                "chrome-extension:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "dist\/content-script.bundle.js"
            ],
            "matches": [
                "*:\/\/*\/*",
                ""
            ]
        }
    ]
}