DeepL Auto Converter
Enables easy DeepL translations
DeepL Auto Converter क्या है?
DeepL Auto Converter tak215 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables easy DeepL translations"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DeepL Auto Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Translates foreign text using DeepL. Open sourced at https://github.com/tsuz/deepl-auto-converter
एक्सटेंशन की मूल जानकारी
नाम | DeepL Auto Converter |
ID | cpgdklpngibppeidaahbnbienjkiojel |
आधिकारिक URL | https://chromewebstore.google.com/detail/deepl-auto-converter/cpgdklpngibppeidaahbnbienjkiojel |
विवरण | Enables easy DeepL translations |
फ़ाइल का आकार | 88.84 KB |
स्थापना संख्या | 12 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-10-26 |
प्रकाशन तिथि | 2021-10-25 |
डेवलपर | tak215 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tsuz/deepl-auto-converter |
सहायता पृष्ठ URL | https://github.com/tsuz/deepl-auto-converter#support |
समर्थित भाषाएँ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DeepL Auto Converter", "description": "Enables easy DeepL translations", "version": "1.0.0", "browser_action": { "default_icon": "icon-16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/backgroundPage.js" ], "persistent": false }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ], "content_scripts": [ { "matches": [ " |