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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Tab Extension

ดาวน์โหลดไฟล์ส่วนขยาย One Tab Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ http://www.xbench.net/index.php/support/submit-bug
URL หน้านโยบายความเป็นส่วนตัว 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
}