One Tab per Job for LexiQA

Reuses existing Chrome tabs for LexiQA jobs within MateCat

What is One Tab per Job for LexiQA?

One Tab per Job for LexiQA is a Chrome extension developed by https://lexiqa.net, and its main feature is "Reuses existing Chrome tabs for LexiQA jobs within MateCat".

Extension Screenshots

screenshot
screenshot

Download One Tab per Job for LexiQA Extension CRX File

Download One Tab per Job for LexiQA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name One Tab per Job for LexiQA One Tab per Job for LexiQA
ID pienbadkpboeajbopcjmopidbmckfjmb
Official URL https://chromewebstore.google.com/detail/one-tab-per-job-for-lexiq/pienbadkpboeajbopcjmopidbmckfjmb
Description Reuses existing Chrome tabs for LexiQA jobs within MateCat
File Size 11.43 KB
Installation Count 316
Current Version 1.0.1.0
Last Updated 2022-09-22
Publish Date 2016-05-22
Rating 5.00/5 Total 1 Ratings
Developer https://lexiqa.net
Email [email protected]
Payment Type free
Extension Website https://lexiqa.net/
Help Page URL https://lexiqa.net/contact
Privacy Policy Page URL https://lexiqa.net/privacy
Supported Languages 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
}