One Tab per Job for LexiQA

Reuses existing Chrome tabs for LexiQA jobs within MateCat

Cos'è One Tab per Job for LexiQA?

One Tab per Job for LexiQA è un'estensione di Chrome sviluppata da https://lexiqa.net, e la sua funzione principale è "Reuses existing Chrome tabs for LexiQA jobs within MateCat".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione One Tab per Job for LexiQA

Scarica i file di estensione One Tab per Job for LexiQA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome One Tab per Job for LexiQA One Tab per Job for LexiQA
ID pienbadkpboeajbopcjmopidbmckfjmb
URL Ufficiale https://chromewebstore.google.com/detail/one-tab-per-job-for-lexiq/pienbadkpboeajbopcjmopidbmckfjmb
Descrizione Reuses existing Chrome tabs for LexiQA jobs within MateCat
Dimensione del File 11.43 KB
Conteggio Installazioni 316
Versione Corrente 1.0.1.0
Ultimo Aggiornamento 2022-09-22
Data di Pubblicazione 2016-05-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://lexiqa.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lexiqa.net/
URL della Pagina di Aiuto https://lexiqa.net/contact
URL della Pagina della Politica sulla Privacy https://lexiqa.net/privacy
Lingue Supportate 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
}