ApSIC Xbench Extension for Polyglot

Instantly run QA with ApSIC Xbench on Polyglot files

什麼是ApSIC Xbench Extension for Polyglot?

ApSIC Xbench Extension for Polyglot是由https://xbench.net開發的Chrome擴展程式,該擴展的主要功能是“Instantly run QA with ApSIC Xbench on Polyglot files”。

擴展截圖

screenshot

下載ApSIC Xbench Extension for Polyglot擴展crx文件

下載ApSIC Xbench Extension for Polyglot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Instantly run QA with ApSIC Xbench on Google Polyglot files in four easy steps:

1. Go to the list of Google Polyglot documents
2. Select the documents to include for the Xbench QA.
3. Click the extension icon and wait for the documents to be downloaded.
4. Run QA with Xbench by double-clicking on the .xbp file that is downloaded.

To fix a translation issue found in Xbench, just select it in Xbench and press Ctrl+E.  The Chrome browser will open the Polyglot document right at the segment.

NOTE: This extension requires Xbench 3.0 build 1516 or later installed on the machine.                    

擴展基本資訊

名稱 ApSIC Xbench Extension for Polyglot ApSIC Xbench Extension for Polyglot
ID nhadbgflnognogbicnbeepnbpehlocgc
官方網址 https://chromewebstore.google.com/detail/apsic-xbench-extension-fo/nhadbgflnognogbicnbeepnbpehlocgc
簡介 Instantly run QA with ApSIC Xbench on Polyglot files
檔案大小 12.05 KB
安裝次數 2,408
目前版本 1.0.17
更新時間 2020-09-06
上架時間 2020-06-04
評分 4.33/5 共 6 次評分
開發者 https://xbench.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.xbench.net
說明頁面URL https://www.xbench.net/index.php/support/submit-bug
隱私政策頁面URL http://www.xbench.net/index.php?option=com_content&view=article&id=79
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ApSIC Xbench Extension for Polyglot",
    "short_name": "Xbench for Polyglot",
    "description": "Instantly run QA with ApSIC Xbench on Polyglot files",
    "version": "1.0.17",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "https:\/\/localization.google.com\/polyglot*",
        "downloads"
    ],
    "page_action": {
        "default_icon": "icon-16.png",
        "default_title": "Run QA in Xbench"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}