One Tab Extension
Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench
ما هو One Tab Extension؟
One Tab Extension هو إضافة Chrome تم تطويرها بواسطة https://xbench.net، والميزة الرئيسية لها هي "Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة One Tab Extension
قم بتنزيل ملفات الامتداد One Tab Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The One Tab extension ensures that the Matecat, Smartcat, Lingotek, or Crowdin job tab in Chrome is reused when you press Ctrl+E in ApSIC Xbench to open a segment right at the segment in the online Matecat or Smartcat editor. It greatly improves the user experience when using ApSIC Xbench to run QA on a web editor job because you do not have to manually close the tab created after pressing Ctrl+E in Xbench. However, to properly do its job, this extension requires "Read browsing history" permission because it has to search for the right tab among all tabs that are currently open in Chrome. This extension also works with self-hosted Matecat sites. The extension is open sourced by the ApSIC Xbench development team and you can find its source code at Github: https://github.com/xbench/one-tab-for-matecat
معلومات أساسية عن التمديد
الاسم | One Tab Extension |
ID | amlgbghdoipfolgicbijclknldenpijf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/one-tab-extension/amlgbghdoipfolgicbijclknldenpijf |
الوصف | Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench |
حجم الملف | 9.52 KB |
عدد التثبيتات | 8,069 |
النسخة الحالية | 1.0.0.10 |
آخر تحديث | 2020-01-03 |
تاريخ النشر | 2020-01-03 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | https://xbench.net |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.xbench.net |
عنوان صفحة المساعدة | http://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": "One Tab Extension", "short_name": "One Tab", "version": "1.0.0.10", "description": "Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |