Native

Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor

O que é Native?

Native é uma extensão do Chrome desenvolvida por https://getnative.me, e sua principal característica é "Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Native

Baixe arquivos de extensão Native no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Native Native
ID fleflifcpimnajoobioicogccfooeoei
URL Oficial https://chromewebstore.google.com/detail/native/fleflifcpimnajoobioicogccfooeoei
Descrição Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor
Tamanho do Arquivo 15.41 KB
Contagem de Instalações 31
Versão Atual 1.0.1
Última Atualização 2016-10-03
Data de Publicação 2016-10-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://getnative.me
Tipo de Pagamento free
Site da Extensão https://getnative.me
URL da Página de Ajuda https://getnative.uservoice.com/
Idiomas Suportados 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"
    ]
}