One Tab per Job for LexiQA

Reuses existing Chrome tabs for LexiQA jobs within MateCat

One Tab per Job for LexiQA là gì?

One Tab per Job for LexiQA là một tiện ích mở rộng Chrome được phát triển bởi https://lexiqa.net, và tính năng chính của nó là "Reuses existing Chrome tabs for LexiQA jobs within MateCat".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng One Tab per Job for LexiQA

Tải xuống các tệp mở rộng One Tab per Job for LexiQA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên One Tab per Job for LexiQA One Tab per Job for LexiQA
ID pienbadkpboeajbopcjmopidbmckfjmb
URL Chính Thức https://chromewebstore.google.com/detail/one-tab-per-job-for-lexiq/pienbadkpboeajbopcjmopidbmckfjmb
Mô tả Reuses existing Chrome tabs for LexiQA jobs within MateCat
Kích Thước Tệp 11.43 KB
Số Lần Cài Đặt 316
Phiên Bản Hiện Tại 1.0.1.0
Cập Nhật Lần Cuối 2022-09-22
Ngày Phát Hành 2016-05-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://lexiqa.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://lexiqa.net/
URL Trang Trợ Giúp https://lexiqa.net/contact
URL Trang Chính Sách Bảo Mật https://lexiqa.net/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}