Translate Italian to English
Translate an Italian page to English
What is Translate Italian to English?
Translate Italian to English is a Chrome extension developed by portsaidalenbi, and its main feature is "Translate an Italian page to English".
Extension Screenshots
Download Translate Italian to English Extension CRX File
Download Translate Italian to English 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
This extension enables you to quickly translate the page being viewed from Italian to English. Simply navigate to a page in Italian and select "Translate Italian to English" from the context menu.
Extension Basic Information
Name | |
ID | ijlahccmdmhcnkhclomggcjibmhoffnh |
Official URL | https://chrome.google.com/webstore/detail/translate-italian-to-engl/ijlahccmdmhcnkhclomggcjibmhoffnh |
Description | Translate an Italian page to English |
File Size | 26.66 KB |
Installation Count | 3,560 |
Current Version | 0.1 |
Last Updated | 2013-12-22 |
Publish Date | 2013-12-22 |
Rating | 3.00/5 Total 5 Ratings |
Developer | portsaidalenbi |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "name": "Translate Italian to English", "description": "Translate an Italian page to English", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.1", "manifest_version": 2 } |