GTranslateWinS

Allows Google Translate™ selected text by pressing ANY key or mouse button.

Co je GTranslateWinS?

GTranslateWinS je rozšíření Chrome vyvinuté https://gtranslatewins.blogspot.com, a jeho hlavní funkcí je „Allows Google Translate™ selected text by pressing ANY key or mouse button.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření GTranslateWinS

Stáhněte si soubory rozšíření GTranslateWinS 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í

                        To translate selected text into a language of your choice just press ESC key (default) and you are done! The Google Translate™ window is opened with the result of translation and optionally automatically listened. All subsequent selected text translation requests will go in the same window, moving it at the top of windows stack. If nothing is selected on a page the ESC key works as a view toggler, moving the Google Translate™ window under the translation source window and back at the top again or switching between tabs if the Google Translate™ and translation source tabs are in the same window.

The ESC (spelled "Escape") key is usually found in the top left corner of a keyboard and may be changed for any other key in the extension Options. Note that in some environments your key may interfere with shortcuts set for the environment. For example, if you used to copy selected text with Ctrl+C shortcut obviously it is not recommended to set neither Ctrl nor C for this extension key as that immediately initiates translation of the selected text.

Above pressing the ESC key optionally you have three more ways to initiate translation:

 • Press ANY key or mouse button.
 • Click on the pop-up button, which appears near selected text.
 • Click on the relative right click context menu entry.

The "translate into" languages are mirrored from the Google Translate™ website at the moment of opening the extension Options window. The language of the translation source text is detected automatically by the Google Translate™. Another words, all the Google Translate™ current languages are supported.

Tip: as the Google Translate™ opened by this extension is a regular browser window you can resize it, move in any corner of the screen, fix at the top of windows or even move to another monitor! This is the main difference between this extension and most of the Chrome extensions based on the Google Translate™ which open translation results in their own panels or pop-ups. Also, the GTranslateWinS has twins at the Firefox and Opera browser:
https://addons.mozilla.org/en-US/firefox/addon/gtranslatewins/
https://addons.opera.com/en/extensions/details/gtranslatewins/?display=en

Learn more about actual using the Google Translate™ application:
https://support.google.com/translate/topic/2534563
http://www.wikihow.com/Use-Google-Translate


Note that this extension is not affiliated with Google Inc. or any of their Services.                    

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

Název GTranslateWinS GTranslateWinS
ID bbijiadkhnibcgbammiinpoijhapfecm
Oficiální URL https://chromewebstore.google.com/detail/gtranslatewins/bbijiadkhnibcgbammiinpoijhapfecm
Popis Allows Google Translate™ selected text by pressing ANY key or mouse button.
Velikost souboru 54.12 KB
Počet instalací 171
Aktuální Verze 1.6
Poslední Aktualizace 2019-07-13
Datum Vydání 2019-07-13
Hodnocení 3.50/5 Celkem 4 Hodnocení
Vývojář https://gtranslatewins.blogspot.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://gtranslatewins.blogspot.com/2016/05/home-page.html
Podporované Jazyky en,et,ru
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/content_all.css"
            ],
            "exclude_matches": [
                "https:\/\/translate.google.com\/*"
            ],
            "js": [
                "js\/content_all.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "css": [
                "css\/content_gt.css"
            ],
            "js": [
                "js\/content_gt.js"
            ],
            "matches": [
                "https:\/\/translate.google.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "homepage_url": "https:\/\/gtranslatewins.blogspot.com",
    "icons": {
        "128": "img\/yo128.png",
        "16": "img\/yo16.png",
        "32": "img\/yo32.png",
        "48": "img\/yo48.png",
        "64": "img\/yo64.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAt5VvGWAiGBCpHcov7KMm\/+UYNQEK0De6aQiK0WB8qBeYRecGjTTrqDSuyU66jP534cF27XD6siPjcRtNCgYHwZwfmGMx9iqfIZfg5kNWqIv1CJoBULVCHPQ3aTjFS3ztM46GBbF2XcWelle0dkF5Str+nwpLtTteLHqIbzZuIg3qodQuz7ZFf\/6SN9fUPly9QrGD\/Ig0NOgeBrzwuAnyd4GgDVftsBrtcYlQpChN7PnHunXVSvpOi41bJvzeD1subjv1iJU+QaciwSP7dGTfCZhCVkQjxw0BaFVCCmZTqGe69FT3WFqK7RAxtAiB7VLNGiYtULMSFZW7Vd0Akpo69QIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": true,
        "page": "html\/options.html"
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "contextMenus",
        "webRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6",
    "web_accessible_resources": [
        "img\/g.png",
        "img\/yo32.png"
    ]
}