Google Translate Right Click
Add a context menu item to translate for selected text at Google Translate.
Google Translate Right Click क्या है?
Google Translate Right Click https://sites.google.com/site/tientx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a context menu item to translate for selected text at Google Translate."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Translate Right Click एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Support multi-language via Google Translate
एक्सटेंशन की मूल जानकारी
नाम | Google Translate Right Click |
ID | blbkkgcankcmdleleianggnfooalbjof |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-translate-right-cl/blbkkgcankcmdleleianggnfooalbjof |
विवरण | Add a context menu item to translate for selected text at Google Translate. |
फ़ाइल का आकार | 29.05 KB |
स्थापना संख्या | 1,442 |
वर्तमान संस्करण | 0.83 |
अंतिम अपडेट | 2020-07-14 |
प्रकाशन तिथि | 2020-06-28 |
रेटिंग | 4.50/5 कुल 10 रेटिंग्स |
डेवलपर | https://sites.google.com/site/tientx |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js", "js\/common\/languages.js" ] }, "browser_action": { "default_icon": { "128": "googletranslate_128x128.png" }, "default_popup": "options.html", "default_title": "Select the text you would like to translate, right mouse click and choose Google Translate" }, "content_scripts": [ { "all_frames": true, "js": [ "js\/common\/languages.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Add a context menu item to translate for selected text at Google Translate.", "icons": { "128": "googletranslate_128x128.png" }, "options_page": "options.html", "minimum_chrome_version": "6", "name": "Google Translate Right Click", "permissions": [ "contextMenus", "windows", "storage", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.83", "manifest_version": 2 } |