Native

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

Qu'est-ce que Native ?

Native est une extension Chrome développée par https://getnative.me, et sa fonction principale est "Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Native

Téléchargez les fichiers d'extension Native au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Native Native
ID fleflifcpimnajoobioicogccfooeoei
URL Officiel https://chromewebstore.google.com/detail/native/fleflifcpimnajoobioicogccfooeoei
Description Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor
Taille du Fichier 15.41 KB
Nombre d'Installations 31
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-10-03
Date de Publication 2016-10-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://getnative.me
Type de Paiement free
Site Web de l'Extension https://getnative.me
URL de la Page d'Aide https://getnative.uservoice.com/
Langues Prises en Charge 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"
    ]
}