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
公式URL 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
Eメール [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
}