Contextual translator
Select the text and click the right button to translate.
Contextual translator क्या है?
Contextual translator https://n10.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Select the text and click the right button to translate."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Contextual translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Impossible easier: - Select the text you want to translate. - Press the right mouse button. - You will get the translation in seconds. Context menu translator is a free software project. You can find the source code at: - https://github.com/edgarmiro/traductor-menu-contextual
एक्सटेंशन की मूल जानकारी
नाम | Contextual translator |
ID | lonkkphbooogeflneiinlchdpbjmipbn |
आधिकारिक URL | https://chromewebstore.google.com/detail/contextual-translator/lonkkphbooogeflneiinlchdpbjmipbn |
विवरण | Select the text and click the right button to translate. |
फ़ाइल का आकार | 41.25 KB |
स्थापना संख्या | 5,093 |
वर्तमान संस्करण | 4.0 |
अंतिम अपडेट | 2023-12-18 |
प्रकाशन तिथि | 2020-03-21 |
रेटिंग | 3.83/5 कुल 54 रेटिंग्स |
डेवलपर | https://n10.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://n10.dev |
समर्थित भाषाएँ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.0", "default_locale": "en", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "author": "Edgar Mir\u00f3", "homepage_url": "https:\/\/www.n10.dev", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "contextMenus" ], "offline_enabled": false, "options_page": "options.html", "background": { "service_worker": "background.js" } } |