Translate On Click
Translate On Click
What is Translate On Click?
Translate On Click is a Chrome extension developed by Piotr, and its main feature is "Translate On Click".
Extension Screenshots
Download Translate On Click Extension CRX File
Download Translate On Click 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
Prosty tłumacz zaznacz zobacz tłumaczenie na polski i posłuchaj wymowy. Wersja pierwsza tłumaczy z angielskiego na polski.
Extension Basic Information
Name | |
ID | cmfojjkfhijclokieedjjlblccddgmll |
Official URL | https://chrome.google.com/webstore/detail/translate-on-click/cmfojjkfhijclokieedjjlblccddgmll |
Description | Translate On Click |
File Size | 842 KB |
Installation Count | 111 |
Current Version | 1.0 |
Last Updated | 2018-12-30 |
Publish Date | 2018-12-26 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Piotr |
Payment Type | free |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Translate On Click", "version": "1.0", "manifest_version": 2, "description": "Translate On Click", "options_page": "options.html", "permissions": [ "storage", "tts", "activeTab" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png", "css\/*", "fonts\/*" ], "content_scripts": [ { "js": [ "js\/jquery-3.2.0.min.js", "js\/bootstrap.min.js", "js\/background.js", "js\/translator.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "js\/say.js" ] } } |