New Tab Google Translator
Translate selected text to specific language with Google Translator official page oppened in new tab.
New Tab Google Translatorとは何ですか?
New Tab Google Translatorはtoshkatatonevによって開発されたChromeの拡張機能で、その主な機能は「Translate selected text to specific language with Google Translator official page oppened in new tab.」です。
拡張機能のスクリーンショット
New Tab Google Translator拡張機能のCRXファイルをダウンロード
New Tab Google Translator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Right click over selected text and this extension will open Google Translator in new tab, selected text language will be auto-detected and translated to a specific language. Default language can be chosen in Right Click Google Translator context menu.
拡張機能の基本情報
名前 | New Tab Google Translator |
ID | igopmeppmijehcoikklecabcdflhopgh |
公式URL | https://chromewebstore.google.com/detail/new-tab-google-translator/igopmeppmijehcoikklecabcdflhopgh |
説明 | Translate selected text to specific language with Google Translator official page oppened in new tab. |
ファイルサイズ | 7.63 KB |
インストール数 | 4,663 |
現在のバージョン | 1 |
最終更新日 | 2021-04-15 |
公開日 | 2021-04-15 |
評価 | 3.00/5 合計 4 レビュー |
開発者 | toshkatatonev |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Google Translator", "description": "Translate selected text to specific language with Google Translator official page oppened in new tab.", "icons": { "128": "icon128.png" }, "version": "1", "permissions": [ "contextMenus" ], "background": { "scripts": [ "Trasnator.js" ] }, "manifest_version": 2 } |