Wordie!
Select. Translate. With Wordreference!
什麼是Wordie!?
Wordie!是由Francesco Malatesta開發的Chrome擴展程式,該擴展的主要功能是“Select. Translate. With Wordreference!”。
擴展截圖
下載Wordie!擴展crx文件
下載Wordie!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | jjbabalpgmamghijhepnkdimbpomefbo |
| 官方網址 | https://chromewebstore.google.com/detail/wordie/jjbabalpgmamghijhepnkdimbpomefbo |
| 簡介 | Select. Translate. With Wordreference! |
| 檔案大小 | 32.42 KB |
| 安裝次數 | 1,218 |
| 目前版本 | 2.3.6 |
| 更新時間 | 2017-02-08 |
| 上架時間 | 2017-02-07 |
| 評分 | 4.43/5 共 23 次評分 |
| 開發者 | Francesco Malatesta |
| 付費類型 | free |
| 擴展官網 | http://www.hellofrancesco.com |
| 支援的語言 | 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'"
} | |