Translation on selection
Manipulation, language translation and speak any html selection range on webpage using Goole Translate and Google TTS service.
Translation on selection क्या है?
Translation on selection vladodriver द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manipulation, language translation and speak any html selection range on webpage using Goole Translate and Google TTS service."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Translation on selection एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features - translate selection as to HTML formated popup contains style same as in webpage - create translation popup on same position as selection range when pres translate key. (T) - click switch target to source language and back - click and drag move the translation popup - click width holding resize key to resize popup (Ctrl) - click width holding freeze key to freeze and select text on popup (Shift) - experimental Google TTS voice on supported languages width press TTS key (V) - double click to delete popup - any manipulated translation popup is always above, have focus and language HTML atribute. - smooth color difference source, target language and waiting on data state. - multiple versions target and source language on same webpage, user settings change realtime, no need refresh webpage. - i18n messages: en, cs... User settings on extension popup - translate and voice KEY (A - Z) - resize and freeze KEY (Ctrl or Shift) - source and target languages - reset settings - enable/disable for any domain URL - editing (delete) list blocked URLs
एक्सटेंशन की मूल जानकारी
नाम | Translation on selection |
ID | eepnfgpbliefeomgndikgopjomjelbhd |
आधिकारिक URL | https://chromewebstore.google.com/detail/translation-on-selection/eepnfgpbliefeomgndikgopjomjelbhd |
विवरण | Manipulation, language translation and speak any html selection range on webpage using Goole Translate and Google TTS service. |
फ़ाइल का आकार | 32.41 KB |
स्थापना संख्या | 806 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2016-11-07 |
प्रकाशन तिथि | 2016-11-07 |
रेटिंग | 3.58/5 कुल 12 रेटिंग्स |
डेवलपर | vladodriver |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/vladodriver/translate-selection |
सहायता पृष्ठ URL | https://github.com/vladodriver/translate-selection/issues |
समर्थित भाषाएँ | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Translation on selection", "default_locale": "en", "manifest_version": 2, "version": "1.0.2", "description": "Manipulation, language translation and speak any html selection range on webpage using Goole Translate and Google TTS service.", "content_scripts": [ { "js": [ "Model.js", "View.js", "Controler.js", "main.js" ], "css": [ "main.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true } ], "background": { "scripts": [ "eventpage.js" ], "persistent": false }, "permissions": [ "storage", "tabs", " |