One Tab per Job for LexiQA
Reuses existing Chrome tabs for LexiQA jobs within MateCat
Apa itu One Tab per Job for LexiQA?
One Tab per Job for LexiQA adalah ekstensi Chrome yang dikembangkan oleh https://lexiqa.net, dan fitur utamanya adalah "Reuses existing Chrome tabs for LexiQA jobs within MateCat".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi One Tab per Job for LexiQA
Unduh file ekstensi One Tab per Job for LexiQA dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | One Tab per Job for LexiQA |
ID | pienbadkpboeajbopcjmopidbmckfjmb |
URL Resmi | https://chromewebstore.google.com/detail/one-tab-per-job-for-lexiq/pienbadkpboeajbopcjmopidbmckfjmb |
Deskripsi | Reuses existing Chrome tabs for LexiQA jobs within MateCat |
Ukuran File | 11.43 KB |
Jumlah Instalasi | 316 |
Versi Saat Ini | 1.0.1.0 |
Terakhir Diperbarui | 2022-09-22 |
Tanggal Publikasi | 2016-05-22 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://lexiqa.net |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://lexiqa.net/ |
URL Halaman Bantuan | https://lexiqa.net/contact |
URL Halaman Kebijakan Privasi | https://lexiqa.net/privacy |
Bahasa yang Didukung | 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 } |