DeepL Auto Converter
Enables easy DeepL translations
What is DeepL Auto Converter?
DeepL Auto Converter is a Chrome extension developed by tak215, and its main feature is "Enables easy DeepL translations".
Extension Screenshots
Download DeepL Auto Converter Extension CRX File
Download DeepL Auto Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Translates foreign text using DeepL. Open sourced at https://github.com/tsuz/deepl-auto-converter
Extension Basic Information
Name | DeepL Auto Converter |
ID | cpgdklpngibppeidaahbnbienjkiojel |
Official URL | https://chromewebstore.google.com/detail/deepl-auto-converter/cpgdklpngibppeidaahbnbienjkiojel |
Description | Enables easy DeepL translations |
File Size | 88.84 KB |
Installation Count | 12 |
Current Version | 1.0.0 |
Last Updated | 2021-10-26 |
Publish Date | 2021-10-25 |
Developer | tak215 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/tsuz/deepl-auto-converter |
Help Page URL | https://github.com/tsuz/deepl-auto-converter#support |
Supported Languages | 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": [ " |