Native

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

What is Native?

Native is a Chrome extension developed by https://getnative.me, and its main feature is "Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor".

Extension Screenshots

screenshot
screenshot

Download Native Extension CRX File

Download Native extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Native Native
ID fleflifcpimnajoobioicogccfooeoei
Official URL 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
File Size 15.41 KB
Installation Count 31
Current Version 1.0.1
Last Updated 2016-10-03
Publish Date 2016-10-03
Rating 5.00/5 Total 1 Ratings
Developer https://getnative.me
Payment Type free
Extension Website https://getnative.me
Help Page URL https://getnative.uservoice.com/
Supported Languages 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"
    ]
}