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」です。
拡張機能のスクリーンショット
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 |
ID | pienbadkpboeajbopcjmopidbmckfjmb |
公式URL | 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 |
Eメール | [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 } |