DeepL Auto Converter
Enables easy DeepL translations
DeepL Auto Converterとは何ですか?
DeepL Auto Converterはtak215によって開発されたChromeの拡張機能で、その主な機能は「Enables easy DeepL translations」です。
拡張機能のスクリーンショット
DeepL Auto Converter拡張機能のCRXファイルをダウンロード
DeepL Auto Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Translates foreign text using DeepL. Open sourced at https://github.com/tsuz/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 |
| Eメール | [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": [
" | |