New Tab Google Translator
Translate selected text to specific language with Google Translator official page oppened in new tab.
What is New Tab Google Translator?
New Tab Google Translator is a Chrome extension developed by toshkatatonev, and its main feature is "Translate selected text to specific language with Google Translator official page oppened in new tab.".
Extension Screenshots
Download New Tab Google Translator Extension CRX File
Download New Tab Google Translator 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
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.
Extension Basic Information
Name | New Tab Google Translator |
ID | igopmeppmijehcoikklecabcdflhopgh |
Official URL | https://chromewebstore.google.com/detail/new-tab-google-translator/igopmeppmijehcoikklecabcdflhopgh |
Description | Translate selected text to specific language with Google Translator official page oppened in new tab. |
File Size | 7.63 KB |
Installation Count | 4,663 |
Current Version | 1 |
Last Updated | 2021-04-15 |
Publish Date | 2021-04-15 |
Rating | 3.00/5 Total 4 Ratings |
Developer | toshkatatonev |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |