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によって開発されたChromeの拡張機能で、その主な機能は「Translate text of on any webpage instantly using Google Translate. Online translator, accurate translation.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Translator, Dictionary - Accurate Translate拡張機能のCRXファイルをダウンロード

Translator, Dictionary - Accurate Translate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}