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」です。
拡張機能のスクリーンショット
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 |
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" ] } |