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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import your favorite online articles, tutorials or How-To's and translate them using the Native online translation editor"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Native एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |