Quick Translate: Reading & writing translator

Translate what you read or write with Google Translate, the best translator in the world.

Co je Quick Translate: Reading & writing translator?

Quick Translate: Reading & writing translator je rozšíření Chrome vyvinuté toanrittnis, a jeho hlavní funkcí je „Translate what you read or write with Google Translate, the best translator in the world.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Quick Translate: Reading & writing translator

Stáhněte si soubory rozšíření Quick Translate: Reading & writing translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 Quick Translate for Chrome for free to start translating today.

Please note that this is a beta version, and we are continually improving. 

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.


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.                    

Základní Informace o Rozšíření

Název Quick Translate: Reading & writing translator Quick Translate: Reading & writing translator
ID gpdfpljioapjogbnlpmganakfjcemifk
Oficiální URL https://chromewebstore.google.com/detail/quick-translate-reading-w/gpdfpljioapjogbnlpmganakfjcemifk
Popis Translate what you read or write with Google Translate, the best translator in the world.
Velikost souboru 2.02 MB
Počet instalací 146,996
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-11-25
Datum Vydání 2022-11-25
Hodnocení 4.57/5 Celkem 90 Hodnocení
Vývojář toanrittnis
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/quick-translate-pp/home
Podporované Jazyky id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "javascript\/worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/translate.google.com\/*"
            ],
            "js": [
                "javascript\/jquery.js",
                "javascript\/helpersScripts\/translate_helper.js",
                "javascript\/helpersScripts\/audio_helper.js",
                "javascript\/helpersScripts\/lang_list_helper.js",
                "javascript\/content.js"
            ],
            "css": [
                "styles\/content.css",
                "styles\/allPageTransStyles.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "all_frames": true,
            "js": [
                "javascript\/jquery.js",
                "javascript\/page_styles.js"
            ],
            "css": [
                "styles\/content.css",
                "styles\/allPageTransStyles.css"
            ],
            "matches": [
                "*:\/\/*.translate.goog\/*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Translator",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "options_page": "settings.html",
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "tabs",
        "system.display",
        "declarativeNetRequest"
    ],
    "short_name": "Translator",
    "version": "1.0.1",
    "web_accessible_resources": [
        {
            "resources": [
                "javascript\/*",
                "icons\/*",
                "styles\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}