Wordie!
Select. Translate. With Wordreference!
What is Wordie!?
Wordie! is a Chrome extension developed by Francesco Malatesta, and its main feature is "Select. Translate. With Wordreference!".
Extension Screenshots
Download Wordie! Extension CRX File
Download Wordie! 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
With Wordie you can easily translate a word you don't know, using Wordreference. How? - select the word you need to translate; - press Alt + W; - tah-dah! :) You can also right-click after you have selected a word, and then use the "Wordie!" menu for more options.
Extension Basic Information
Name | Wordie! |
ID | jjbabalpgmamghijhepnkdimbpomefbo |
Official URL | https://chromewebstore.google.com/detail/wordie/jjbabalpgmamghijhepnkdimbpomefbo |
Description | Select. Translate. With Wordreference! |
File Size | 32.42 KB |
Installation Count | 1,218 |
Current Version | 2.3.6 |
Last Updated | 2017-02-08 |
Publish Date | 2017-02-07 |
Rating | 4.43/5 Total 23 Ratings |
Developer | Francesco Malatesta |
Payment Type | free |
Extension Website | http://www.hellofrancesco.com |
Supported Languages | de,en,fr,es,it,pt-BR,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wordie!", "short_name": "Wordie!", "version": "2.3.6", "default_locale": "en", "description": "__MSG_app_description__", "icons": { "16": "media\/16.png", "24": "media\/24.png", "48": "media\/48.png", "128": "media\/128.png" }, "browser_action": { "default_icon": "media\/24.png", "default_popup": "popup.html" }, "author": "Francesco Malatesta", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "scripts\/languages.js", "scripts\/core.js", "scripts\/menus.js", "scripts\/shortcuts.js" ] }, "commands": { "sc-translate": { "suggested_key": { "default": "Alt+W", "mac": "Alt+W" }, "description": "Default language translation shortcut." }, "sc-translate-reverse": { "suggested_key": { "default": "Alt+R", "mac": "Alt+R" }, "description": "Default language reverse translation shortcut." } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |