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 |
| 公式URL | 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'"
} | |