Traductor WordReference-RAE
Agrega opción de menú contextual para traducir una palabra del inglés al español o viceversa. Incluye definir palabra con la RAE.
Traductor WordReference-RAEとは何ですか?
Traductor WordReference-RAEはchascruzrm2によって開発されたChromeの拡張機能で、その主な機能は「Agrega opción de menú contextual para traducir una palabra del inglés al español o viceversa. Incluye definir palabra con la RAE.」です。
拡張機能のスクリーンショット
Traductor WordReference-RAE拡張機能のCRXファイルをダウンロード
Traductor WordReference-RAE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Agrega una opción al menú contextual del navegador para traducir una palabra previamente seleccionada del inglés al español o viceversa.
Además puede definir la palabra seleccionada en español con el DLE de la RAE. 拡張機能の基本情報
| 名前 | |
| ID | hklfcmgeegelmlfmnpjalbiloimhpifo |
| 公式URL | https://chrome.google.com/webstore/detail/hklfcmgeegelmlfmnpjalbiloimhpifo |
| 説明 | Agrega opción de menú contextual para traducir una palabra del inglés al español o viceversa. Incluye definir palabra con la RAE. |
| ファイルサイズ | 19.62 KB |
| インストール数 | 570 |
| 現在のバージョン | 0.0.0.2 |
| 最終更新日 | 2016-04-03 |
| 公開日 | 2016-04-03 |
| 評価 | 3.60/5 合計 10 レビュー |
| 開発者 | chascruzrm2 |
| 支払い方法 | free |
| 対応言語 | es-419 |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Traductor WordReference-RAE",
"short_name": "WordRef-RAE",
"author": "Marcelo Chas Cruz",
"description": "Agrega opci\u00f3n de men\u00fa contextual para traducir una palabra del ingl\u00e9s al espa\u00f1ol o viceversa. Incluye definir palabra con la RAE.",
"version": "0.0.0.2",
"permissions": [
"contextMenus"
],
"background": {
"persistent": false,
"scripts": [
"wordreference_rae.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |