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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}