It's all Greek to me!
Instant translation of selected text using Google Translate.
It's all Greek to me! क्या है?
It's all Greek to me! Chris Gatzonis द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instant translation of selected text using Google Translate."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में It's all Greek to me! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | It's all Greek to me! |
ID | cdbnocffdnhncgkdoonldahmpkdpaifl |
आधिकारिक URL | https://chromewebstore.google.com/detail/its-all-greek-to-me/cdbnocffdnhncgkdoonldahmpkdpaifl |
विवरण | Instant translation of selected text using Google Translate. |
फ़ाइल का आकार | 8.96 KB |
स्थापना संख्या | 194 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-05-28 |
प्रकाशन तिथि | 2013-05-28 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Chris Gatzonis |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |