Native

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

什麼是Native?

Native是由https://getnative.me開發的Chrome擴展程式,該擴展的主要功能是“Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor”。

擴展截圖

screenshot
screenshot

下載Native擴展crx文件

下載Native擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Native Native
ID fleflifcpimnajoobioicogccfooeoei
官方網址 https://chromewebstore.google.com/detail/native/fleflifcpimnajoobioicogccfooeoei
簡介 Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor
檔案大小 15.41 KB
安裝次數 31
目前版本 1.0.1
更新時間 2016-10-03
上架時間 2016-10-03
評分 5.00/5 共 1 次評分
開發者 https://getnative.me
付費類型 free
擴展官網 https://getnative.me
說明頁面URL https://getnative.uservoice.com/
支援的語言 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"
    ]
}