One Tab Extension

Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench

One Tab Extension là gì?

One Tab Extension là một tiện ích mở rộng Chrome được phát triển bởi https://xbench.net, và tính năng chính của nó là "Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng One Tab Extension

Tải xuống các tệp mở rộng One Tab Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên One Tab Extension One Tab Extension
ID amlgbghdoipfolgicbijclknldenpijf
URL Chính Thức https://chromewebstore.google.com/detail/one-tab-extension/amlgbghdoipfolgicbijclknldenpijf
Mô tả Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench
Kích Thước Tệp 9.52 KB
Số Lần Cài Đặt 8,069
Phiên Bản Hiện Tại 1.0.0.10
Cập Nhật Lần Cuối 2020-01-03
Ngày Phát Hành 2020-01-03
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://xbench.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.xbench.net
URL Trang Trợ Giúp http://www.xbench.net/index.php/support/submit-bug
URL Trang Chính Sách Bảo Mật http://www.xbench.net/index.php?option=com_content&view=article&id=79
Ngôn Ngữ Được Hỗ Trợ 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
}