Native

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

Cos'è Native?

Native è un'estensione di Chrome sviluppata da https://getnative.me, e la sua funzione principale è "Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Native

Scarica i file di estensione Native in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Native Native
ID fleflifcpimnajoobioicogccfooeoei
URL Ufficiale https://chromewebstore.google.com/detail/native/fleflifcpimnajoobioicogccfooeoei
Descrizione Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor
Dimensione del File 15.41 KB
Conteggio Installazioni 31
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-10-03
Data di Pubblicazione 2016-10-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://getnative.me
Tipo di Pagamento free
Sito Web dell'Estensione https://getnative.me
URL della Pagina di Aiuto https://getnative.uservoice.com/
Lingue Supportate 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"
    ]
}