Translator, Dictionary - Accurate Translate

Translate text of on any webpage instantly using Google Translate. Online translator, accurate translation.

Translator, Dictionary - Accurate Translate क्या है?

Translator, Dictionary - Accurate Translate Translate App द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate text of on any webpage instantly using Google Translate. Online translator, accurate translation."।

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

screenshot
screenshot

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

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

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

                        Uncover the boundless realm of worldwide digital content with Web Translator, your bespoke linguistic assistant integrated directly into your browser. As you traverse the expansive internet, it rapidly deciphers unfamiliar foreign words, sentences, and even entire articles, presenting them in a clear, understandable manner.

Engage the swift efficiency of Web Translate, celebrated as the world's most exact online translator, and relish the unparalleled translate capability of Google Translate without navigating away from your current page.

Web Translator effortlessly blends into your Chrome browser, ensuring a smooth translate experience as you read or write. Simply select any text, right-click, and opt to have it translated - it’s as simple as that. No more being restrained in your exploration and comprehension of the web's vast knowledge base due to language barriers.

Web Translator is available for free on Chrome. Download now and enhance your browsing experience with the power of immediate translation.

LIST OF FEATURES

On-The-Fly Reading Translation: Amplify your language learning or understand diverse content by translating words and phrases live on any web page. Simply click on any word or phrase to translate instantly.

Interactive Writing Translation: Use the translator to draft your content at the top of the pop-up, and receive an accurate translation at the bottom. Supported by neural machine translate algorithms from Google Translate, it caters to a wide array of languages including French, German, Spanish, English, and ninety-seven more, offering precise translations.

Double-Click Translation: With this feature, a quick translate action is just a double click away. Quickly comprehend unfamiliar words and enhance your reading experience.

Text-To-Speech & Phonetic Transcription: This function allows you to not only read but also listen to the pronunciation of words. Learn languages better with phonetic transcriptions accompanying the translate actions.

Full-Page Translations: A groundbreaking feature that translates entire web pages into your preferred language at a single click. Experience this service offered by Google Translate, now integrated into our translator.

Translation History Management: Keep track of all your translate actions in the browser's local storage. Access your history by clicking the extension icon and selecting "Show translation history" in the pop-up window. Since we prioritize user privacy, the history is not stored in any cloud database. Upon uninstallation, your translate history will be permanently deleted from your browser's local storage.                    

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

नाम Translator, Dictionary - Accurate Translate Translator, Dictionary - Accurate Translate
ID bebmphofpgkhclocdbgomhnjcpelbenh
आधिकारिक URL https://chromewebstore.google.com/detail/translator-dictionary-acc/bebmphofpgkhclocdbgomhnjcpelbenh
विवरण Translate text of on any webpage instantly using Google Translate. Online translator, accurate translation.
फ़ाइल का आकार 1.96 MB
स्थापना संख्या 813,063
वर्तमान संस्करण 1.6
अंतिम अपडेट 2023-06-16
प्रकाशन तिथि 2020-09-14
रेटिंग 4.47/5 कुल 1118 रेटिंग्स
डेवलपर Translate App
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/translator-p-policy
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/hot-reload.js",
            "scripts\/globalHelpers\/langHelper.js",
            "scripts\/globalHelpers\/dataBaseHelper.js",
            "scripts\/globalHelpers\/configHelper.js",
            "scripts\/globalHelpers\/utilsHelper.js",
            "scripts\/globalHelpers\/coreHelper.js",
            "scripts\/jquery.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/translate.google.com\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/globalHelpers\/translateHelper.js",
                "scripts\/globalHelpers\/audioHelper.js",
                "scripts\/globalHelpers\/langHelper.js",
                "scripts\/content.js"
            ],
            "css": [
                "styles\/content.css",
                "styles\/allPage.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "scripts\/jquery.js",
                "scripts\/globalHelpers\/wholePageTranslateHelper.js"
            ],
            "css": [
                "styles\/content.css",
                "styles\/allPage.css"
            ],
            "matches": [
                "*:\/\/*.translate.goog\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_title": "Translator",
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' ;object-src 'self';",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "options_page": "html\/settings.html",
    "permissions": [
        "contextMenus",
        "",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "Translator",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6",
    "web_accessible_resources": [
        "scripts\/*",
        "images\/*",
        "styles\/*",
        "fonts\/*"
    ]
}