ApSIC Xbench Extension for Polyglot

Instantly run QA with ApSIC Xbench on Polyglot files

ApSIC Xbench Extension for Polyglotคืออะไร?

ApSIC Xbench Extension for Polyglot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xbench.net และคุณลักษณะหลักของมันคือ "Instantly run QA with ApSIC Xbench on Polyglot files"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ApSIC Xbench Extension for Polyglot

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}