Multitran search
Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call…
¿Qué es Multitran search?
Multitran search es una extensión de Chrome desarrollada por Andrew Kozhokaru, y su función principal es "Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Multitran search
Descarga archivos de extensión Multitran search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call the Multitran menu. Changelog: V 1.1.0 - Setup Google Analytics V 1.0.2 - Set focus on the input field (saves 1 click) V 1.0.1 - Remove unnecessary permissions request. V 1.0 - Add small window for a quick ad-hoc translation. Fix bug with Cyrillic URL encoding. V 0.0.2 - Apply fix to open a Chrome tab right after the active tab, but not in the end of the tab list. V 0.0.1 - First release.
Información Básica de la Extensión
Nombre | Multitran search |
ID | liodijdhpofhickfkapkdifofgkeppad |
URL Oficial | https://chromewebstore.google.com/detail/multitran-search/liodijdhpofhickfkapkdifofgkeppad |
Descripción | Using Multitran to translate from English to Russian and back is easier now!!! Just select text and make the right click to call… |
Tamaño del Archivo | 22.08 KB |
Cantidad de Instalaciones | 1,331 |
Versión Actual | 1.1.0 |
Última Actualización | 2017-02-21 |
Fecha de Publicación | 2017-02-21 |
Calificación | 4.64/5 Total de 11 Calificaciones |
Desarrollador | Andrew Kozhokaru |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "name": "Multitran search", "version": "1.1.0", "manifest_version": 2, "permissions": [ "contextMenus" ], "background": { "page": "background.html" }, "icons": { "16": "16.png", "48": "128.png", "128": "128.png" }, "browser_action": { "default_title": "Multitran Search", "default_icon": "48.png", "default_popup": "popup.html" } } |