Translator
Right Click to translate selected text using Google Translate
Translator क्या है?
Translator Jofen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right Click to translate selected text using Google Translate"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Translate selected text or full page A handy tool to translate selected text or the full active page into your choice of languages. Customize your favorites languages. How to translate text: Select required text on any web page and right click to select "Translate Selected. How to translate full page: Right click and select "Translate Full Page"
एक्सटेंशन की मूल जानकारी
नाम | Translator |
ID | condlopdddofpgcdjfnoepbdkcgckmgb |
आधिकारिक URL | https://chromewebstore.google.com/detail/translator/condlopdddofpgcdjfnoepbdkcgckmgb |
विवरण | Right Click to translate selected text using Google Translate |
फ़ाइल का आकार | 22.66 KB |
स्थापना संख्या | 133,761 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2019-06-26 |
प्रकाशन तिथि | 2019-06-25 |
रेटिंग | 3.91/5 कुल 32 रेटिंग्स |
डेवलपर | Jofen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Translator", "description": "Right Click to translate selected text using Google Translate", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "js\/common.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false, "chrome_style": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "activeTab", "contextMenus", "storage" ] } |