It's all Greek to me!
Instant translation of selected text using Google Translate.
Co je It's all Greek to me!?
It's all Greek to me! je rozšíření Chrome vyvinuté Chris Gatzonis, a jeho hlavní funkcí je „Instant translation of selected text using Google Translate.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření It's all Greek to me!
Stáhněte si soubory rozšíření It's all Greek to me! 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í
If "It's all Greek to you" use this extension for Google Chrome to translate any text on the web on any language to your desired language*.It's so simple to use: 1. After adding the extension click the question mark button in the upper right corner of the browser. 2. Select your desired language. 3. Highlight any text on the web. 4. Right click with the text highlighted and click 'It's all Greek to me!' . 5. A new tab with Google Translate opens with the selected text to your desired language. *Google Translate languages supported
Základní Informace o Rozšíření
Název | It's all Greek to me! |
ID | cdbnocffdnhncgkdoonldahmpkdpaifl |
Oficiální URL | https://chromewebstore.google.com/detail/its-all-greek-to-me/cdbnocffdnhncgkdoonldahmpkdpaifl |
Popis | Instant translation of selected text using Google Translate. |
Velikost souboru | 8.96 KB |
Počet instalací | 194 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-05-28 |
Datum Vydání | 2013-05-28 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Chris Gatzonis |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "It's all Greek to me!", "version": "1.0", "manifest_version": 2, "description": "Instant translation of selected text using Google Translate.", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |