One Tab per Job for LexiQA
Reuses existing Chrome tabs for LexiQA jobs within MateCat
Vad är One Tab per Job for LexiQA?
One Tab per Job for LexiQA är en Chrome-tillägg utvecklad av https://lexiqa.net, och dess huvudfunktion är "Reuses existing Chrome tabs for LexiQA jobs within MateCat".
Tilläggsskärmbilder
Ladda ner One Tab per Job for LexiQA-förlängningens CRX-fil
Ladda ner One Tab per Job for LexiQA-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | One Tab per Job for LexiQA |
ID | pienbadkpboeajbopcjmopidbmckfjmb |
Officiell webbadress | https://chromewebstore.google.com/detail/one-tab-per-job-for-lexiq/pienbadkpboeajbopcjmopidbmckfjmb |
Beskrivning | Reuses existing Chrome tabs for LexiQA jobs within MateCat |
Filstorlek | 11.43 KB |
Antal Installationer | 316 |
Aktuell Version | 1.0.1.0 |
Senast Uppdaterad | 2022-09-22 |
Publiceringsdatum | 2016-05-22 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://lexiqa.net |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://lexiqa.net/ |
Hjälpsida URL | https://lexiqa.net/contact |
URL till Sekretesspolicy Sidan | https://lexiqa.net/privacy |
Stödda Språk | 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 } |