Native
Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor
Co je Native?
Native je rozšíření Chrome vyvinuté https://getnative.me, a jeho hlavní funkcí je „Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Native
Stáhněte si soubory rozšíření Native ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Native |
ID | fleflifcpimnajoobioicogccfooeoei |
Oficiální URL | https://chromewebstore.google.com/detail/native/fleflifcpimnajoobioicogccfooeoei |
Popis | Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor |
Velikost souboru | 15.41 KB |
Počet instalací | 31 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2016-10-03 |
Datum Vydání | 2016-10-03 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://getnative.me |
Typ Platby | free |
Webové stránky Rozšíření | https://getnative.me |
URL Stránky Nápovědy | https://getnative.uservoice.com/ |
Podporované Jazyky | 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" ] } |