Native

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

Native là gì?

Native là một tiện ích mở rộng Chrome được phát triển bởi https://getnative.me, và tính năng chính của nó là "Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Native

Tải xuống các tệp mở rộng Native dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Native Native
ID fleflifcpimnajoobioicogccfooeoei
URL Chính Thức https://chromewebstore.google.com/detail/native/fleflifcpimnajoobioicogccfooeoei
Mô tả Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor
Kích Thước Tệp 15.41 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-10-03
Ngày Phát Hành 2016-10-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://getnative.me
Loại Thanh Toán free
Trang Web Mở Rộng https://getnative.me
URL Trang Trợ Giúp https://getnative.uservoice.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}