Native
Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor
¿Qué es Native?
Native es una extensión de Chrome desarrollada por https://getnative.me, y su función principal es "Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Native
Descarga archivos de extensión Native 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
Native is an extension that helps translators import content from the web and translating it using a user-friendly and very easy online editor. Our mission is to help disseminate the world's knowledge in as many languages as possible. When you stumble upon an article that interests you, click on the Native extension and you'll be forwarded to an online editor that presents the source and translated content side-by-side.
Información Básica de la Extensión
Nombre | Native |
ID | fleflifcpimnajoobioicogccfooeoei |
URL Oficial | https://chromewebstore.google.com/detail/native/fleflifcpimnajoobioicogccfooeoei |
Descripción | Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor |
Tamaño del Archivo | 15.41 KB |
Cantidad de Instalaciones | 31 |
Versión Actual | 1.0.1 |
Última Actualización | 2016-10-03 |
Fecha de Publicación | 2016-10-03 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://getnative.me |
Tipo de Pago | free |
Sitio Web de la Extensión | https://getnative.me |
URL de la Página de Ayuda | https://getnative.uservoice.com/ |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Native", "short_name": "Online translation editor", "description": "Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor", "version": "1.0.1", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Translate with Native" }, "permissions": [ "tabs" ] } |