Translate Now!
You can translate all into English from all languages
What is Translate Now!?
Translate Now! is a Chrome extension developed by hitrick84, and its main feature is "You can translate all into English from all languages".
Extension Screenshots
Download Translate Now! Extension CRX File
Download Translate Now! 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
Use this ext for translate all words from Russian&English languages uses Yandex API
Extension Basic Information
Name | Translate Now! |
ID | cljgnbohbmlnhclcpmjpbihcpieegiae |
Official URL | https://chromewebstore.google.com/detail/translate-now/cljgnbohbmlnhclcpmjpbihcpieegiae |
Description | You can translate all into English from all languages |
File Size | 22.79 KB |
Installation Count | 90 |
Current Version | 0.0.1 |
Last Updated | 2016-01-30 |
Publish Date | 2016-01-30 |
Rating | 3.00/5 Total 2 Ratings |
Developer | hitrick84 |
Payment Type | free |
Extension Website | http://webmaster40.ru |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translate Now!", "description": "You can translate all into English from all languages", "version": "0.0.1", "content_security_policy": "script-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |