Translate It
Translate word and sentences from all lanuage
What is Translate It?
Translate It is a Chrome extension developed by www.connect.digital, and its main feature is "Translate word and sentences from all lanuage".
Extension Screenshots
Download Translate It Extension CRX File
Download Translate It 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
Translate word and sentences
Extension Basic Information
Name | Translate It |
ID | eeloognkophcblndaoopchicaedbepfo |
Official URL | https://chromewebstore.google.com/detail/translate-it/eeloognkophcblndaoopchicaedbepfo |
Description | Translate word and sentences from all lanuage |
File Size | 408 KB |
Installation Count | 197 |
Current Version | 1.1.0 |
Last Updated | 2016-04-13 |
Publish Date | 2016-02-29 |
Rating | 2.60/5 Total 5 Ratings |
Developer | www.connect.digital |
Payment Type | free |
Help Page URL | http://www.connect.digital |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "src\/lib\/jquery.js", "src\/js\/background.js" ] }, "content_scripts": [ { "css": [ "src\/css\/style.css" ], "js": [ "src\/lib\/jquery.js", "src\/lib\/jquery.highlight.js", "src\/js\/tab.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "name": "Translate It", "description": "Translate word and sentences from all lanuage", "icons": { "128": "src\/images\/g_infinite_scroll_logo_128x128.png", "16": "src\/images\/g_infinite_scroll_logo_16x16.png", "48": "src\/images\/g_infinite_scroll_logo_48x48.png" }, "manifest_version": 2, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "version": "1.1.0", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "src\/**\/*" ] } |