ApSIC Xbench Extension for Polyglot
Instantly run QA with ApSIC Xbench on Polyglot files
ما هو ApSIC Xbench Extension for Polyglot؟
ApSIC Xbench Extension for Polyglot هو إضافة Chrome تم تطويرها بواسطة https://xbench.net، والميزة الرئيسية لها هي "Instantly run QA with ApSIC Xbench on Polyglot files".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ApSIC Xbench Extension for Polyglot
قم بتنزيل ملفات الامتداد ApSIC Xbench Extension for Polyglot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Instantly run QA with ApSIC Xbench on Google Polyglot files in four easy steps: 1. Go to the list of Google Polyglot documents 2. Select the documents to include for the Xbench QA. 3. Click the extension icon and wait for the documents to be downloaded. 4. Run QA with Xbench by double-clicking on the .xbp file that is downloaded. To fix a translation issue found in Xbench, just select it in Xbench and press Ctrl+E. The Chrome browser will open the Polyglot document right at the segment. NOTE: This extension requires Xbench 3.0 build 1516 or later installed on the machine.
معلومات أساسية عن التمديد
الاسم | ApSIC Xbench Extension for Polyglot |
ID | nhadbgflnognogbicnbeepnbpehlocgc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/apsic-xbench-extension-fo/nhadbgflnognogbicnbeepnbpehlocgc |
الوصف | Instantly run QA with ApSIC Xbench on Polyglot files |
حجم الملف | 12.05 KB |
عدد التثبيتات | 2,408 |
النسخة الحالية | 1.0.17 |
آخر تحديث | 2020-09-06 |
تاريخ النشر | 2020-06-04 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | https://xbench.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.xbench.net |
عنوان صفحة المساعدة | https://www.xbench.net/index.php/support/submit-bug |
عنوان صفحة سياسة الخصوصية | http://www.xbench.net/index.php?option=com_content&view=article&id=79 |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ApSIC Xbench Extension for Polyglot", "short_name": "Xbench for Polyglot", "description": "Instantly run QA with ApSIC Xbench on Polyglot files", "version": "1.0.17", "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "declarativeContent", "tabs", "https:\/\/localization.google.com\/polyglot*", "downloads" ], "page_action": { "default_icon": "icon-16.png", "default_title": "Run QA in Xbench" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |