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是由https://xbench.net开发的Chrome扩展程序,该扩展的主要功能是“Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench”。

扩展截图

screenshot

下载One Tab Extension扩展crx文件

下载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
}