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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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
} | |