Native

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

Nativeคืออะไร?

Native เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getnative.me และคุณลักษณะหลักของมันคือ "Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Native

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}