It's all Greek to me!
Instant translation of selected text using Google Translate.
What is It's all Greek to me!?
It's all Greek to me! is a Chrome extension developed by Chris Gatzonis, and its main feature is "Instant translation of selected text using Google Translate.".
Extension Screenshots
Download It's all Greek to me! Extension CRX File
Download It's all Greek to me! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | It's all Greek to me! |
ID | cdbnocffdnhncgkdoonldahmpkdpaifl |
Official URL | https://chromewebstore.google.com/detail/its-all-greek-to-me/cdbnocffdnhncgkdoonldahmpkdpaifl |
Description | Instant translation of selected text using Google Translate. |
File Size | 8.96 KB |
Installation Count | 194 |
Current Version | 1.0 |
Last Updated | 2013-05-28 |
Publish Date | 2013-05-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Chris Gatzonis |
Payment Type | free |
Supported Languages | 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" } } |