One Tab per Job for LexiQA

Reuses existing Chrome tabs for LexiQA jobs within MateCat

One Tab per Job for LexiQA란 무엇입니까?

One Tab per Job for LexiQA은(는) https://lexiqa.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reuses existing Chrome tabs for LexiQA jobs within MateCat"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

One Tab per Job for LexiQA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use this extension in order to control the number of open tabs in Chrome when using the LexiQA on-line quality assurance tool in MateCat projects. This one-tab-per-job extension allows you to reuse the open LexiQA and MateCat tabs by eliminating the need to open new ones every time you run a new check.                    

확장 프로그램 기본 정보

이름 One Tab per Job for LexiQA One Tab per Job for LexiQA
ID pienbadkpboeajbopcjmopidbmckfjmb
공식 URL https://chromewebstore.google.com/detail/one-tab-per-job-for-lexiq/pienbadkpboeajbopcjmopidbmckfjmb
설명 Reuses existing Chrome tabs for LexiQA jobs within MateCat
파일 크기 11.43 KB
설치 횟수 316
현재 버전 1.0.1.0
최근 업데이트 2022-09-22
출시 날짜 2016-05-22
평점 5.00/5 총 1 개의 평점
개발자 https://lexiqa.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lexiqa.net/
도움말 페이지 URL https://lexiqa.net/contact
개인정보 보호 정책 페이지 URL https://lexiqa.net/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Tab per Job for LexiQA",
    "short_name": "LexiQA",
    "version": "1.0.1.0",
    "description": "Reuses existing Chrome tabs for LexiQA jobs within MateCat",
    "background": {
        "scripts": [
            "lexiqa.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}