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文件

下載One Tab per Job for LexiQA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}