Quick Translate - Translator & Dictionary

Select a word or phrase and right-click to translate using Google Translator. Dictionary and translator for you!

Quick Translate - Translator & Dictionaryとは何ですか?

Quick Translate - Translator & DictionaryはDorothy Agnonによって開発されたChromeの拡張機能で、その主な機能は「Select a word or phrase and right-click to translate using Google Translator. Dictionary and translator for you!」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Select word or whole phrase and right click to translate using google translator. Dictionary and translator for you! 

Translator is your everyday helper to translate an unknown foreign word, sentence, or whole article. It’s a simple and fast way to translate text into another language without breaking away from work.

Translate while you read and write with Quick Translate, the world's most accurate translator.

With this translator, you can enjoy google translate unbeatable translation quality without leaving your browser.

You'll be able to translate effortlessly and instantly whatever you're reading or writing within chrome. Select and right-click on any text and choose to translate this selection. 

Due to a language barrier, you no longer must worry about missing any information throughout the web. 

Download translator for chrome for free to start translating today.

FUTURE

Translate while reading
Learn a language by reading whatever you like. Translate words & phrases live on any web page. Click words or phrases on any site to translate them.

Translate your writing
With the translator, you can write your content at the top of the pop-up and get the translation at the bottom. All translations (like French, German, Spanish, Arabic, and ninety-seven other languages) are powered by neural machine translations by Google Translate that accurately translates your content.

Double click translation
You will be able to translate on double-click to get a quick translation of words.

Text-to-speech 
Use TTS function that helps you learn how words sound as well as phonetic transcription.

Full-page translations
Translate entire web pages into your desired language with just one click. This is a new feature provided by google translator for free that we integrated into our translator.

Translation History
All translation history is stored in your browser's local storage. To find or delete your translation history, click the extension icon in the top right corner of your browser. Then click the "Show translation history" icon in the pop-up window. This translator does not use any cloud storage. Therefore, after removing the extension, all your translation history will be deleted from the browser's local storage without the possibility of recovery.                    

拡張機能の基本情報

名前 Quick Translate - Translator & Dictionary Quick Translate - Translator & Dictionary
ID imnnhgjdegackbejpnbmfmfnjbopblcc
公式URL https://chrome.google.com/webstore/detail/imnnhgjdegackbejpnbmfmfnjbopblcc
説明 Select a word or phrase and right-click to translate using Google Translator. Dictionary and translator for you!
ファイルサイズ 138 KB
インストール数 75,961
現在のバージョン 2.0.17
最終更新日 2023-03-11
公開日 2020-11-11
評価 4.26/5 合計 1153 レビュー
開発者 Dorothy Agnon
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/Utils.js",
            "js\/core.js",
            "js\/jquery.js",
            "js\/background.js",
            "js\/userTracker.js"
        ]
    },
    "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__",
    "browser_action": {
        "default_icon": "images\/128.png",
        "default_title": "Translator",
        "default_popup": "popup.html"
    },
    "options_page": "settings.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "storage",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/translate.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "short_name": "Quick Translator",
    "version": "2.0.17",
    "web_accessible_resources": [
        "js\/*",
        "images\/*",
        "css\/*"
    ]
}