Mini Translator
Translate a text to a different language
Mini Translatorとは何ですか?
Mini Translatorはaxel_vcによって開発されたChromeの拡張機能で、その主な機能は「Translate a text to a different language」です。
拡張機能のスクリーンショット
Mini Translator拡張機能のCRXファイルをダウンロード
Mini Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple translator extension, you can translate selected text or use the toolbar to get a translation of any text. Translations are obtained by Google Translate. 拡張機能の基本情報
| 名前 | |
| ID | godoijpcenklboeghnkeafimbadkgiib |
| 公式URL | https://chromewebstore.google.com/detail/mini-translator/godoijpcenklboeghnkeafimbadkgiib |
| 説明 | Translate a text to a different language |
| ファイルサイズ | 96.5 KB |
| インストール数 | 213 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2022-03-29 |
| 公開日 | 2022-03-28 |
| 開発者 | axel_vc |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/axelvc/mini_translator |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.0.0",
"name": "Mini Translator",
"description": "Translate a text to a different language",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_ui": {
"page": "options\/index.html",
"open_in_tab": true
},
"background": {
"service_worker": "background\/main.js"
},
"permissions": [
"storage",
"contextMenus"
],
"web_accessible_resources": [
{
"matches": [
" | |