Simple Translator
Press Ctrl key & select the texts, the extension will translate them to the target language. 按住Ctrl键并选中需要翻译的文字,此插件将为你自动翻译。(必需能访问外网)
Simple Translator क्या है?
Simple Translator fancaipei द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Press Ctrl key & select the texts, the extension will translate them to the target language. 按住Ctrl键并选中需要翻译的文字,此插件将为你自动翻译。(必需能访问外网)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Translator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a translate extension. Press Ctrl key & select the texts, this extension will auto translate them to the target language. The default target language is Chinese. Of cause, you can config it on clicking the extension icon. Hope you enjoy it. 这是一个翻译插件,装上后你只需按住Ctrl键并选中需要翻译的文字,插件将自动为你翻译成指定语言。默认的目标语言是中文,你可以在配置页中,根据需求进行配置。
एक्सटेंशन की मूल जानकारी
नाम | Simple Translator |
ID | mhckjaijbnjmbmcchgnjeepanafckfao |
आधिकारिक URL | https://chromewebstore.google.com/detail/simple-translator/mhckjaijbnjmbmcchgnjeepanafckfao |
विवरण | Press Ctrl key & select the texts, the extension will translate them to the target language. 按住Ctrl键并选中需要翻译的文字,此插件将为你自动翻译。(必需能访问外网) |
फ़ाइल का आकार | 29.48 KB |
स्थापना संख्या | 68 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2020-10-12 |
प्रकाशन तिथि | 2019-03-30 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | fancaipei |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Translator", "version": "1.1.0", "description": "Press Ctrl key & select the texts, the extension will translate them to the target language. \u6309\u4f4fCtrl\u952e\u5e76\u9009\u4e2d\u9700\u8981\u7ffb\u8bd1\u7684\u6587\u5b57\uff0c\u6b64\u63d2\u4ef6\u5c06\u4e3a\u4f60\u81ea\u52a8\u7ffb\u8bd1\u3002\uff08\u5fc5\u9700\u80fd\u8bbf\u95ee\u5916\u7f51\uff09", "permissions": [ "declarativeContent", "storage", "http:\/\/*\/", "https:\/\/*\/", "tabs", "activeTab", "webNavigation" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |