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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Native
قم بتنزيل ملفات الامتداد Native بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" ] } |