ApSIC Xbench Extension for Polyglot

Instantly run QA with ApSIC Xbench on Polyglot files

Wat is ApSIC Xbench Extension for Polyglot?

ApSIC Xbench Extension for Polyglot is een Chrome-extensie ontwikkeld door https://xbench.net, en de belangrijkste functie is "Instantly run QA with ApSIC Xbench on Polyglot files".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ApSIC Xbench Extension for Polyglot

Download ApSIC Xbench Extension for Polyglot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ApSIC Xbench Extension for Polyglot ApSIC Xbench Extension for Polyglot
ID nhadbgflnognogbicnbeepnbpehlocgc
Officiële URL https://chromewebstore.google.com/detail/apsic-xbench-extension-fo/nhadbgflnognogbicnbeepnbpehlocgc
Beschrijving Instantly run QA with ApSIC Xbench on Polyglot files
Bestandsgrootte 12.05 KB
Aantal Installaties 2,408
Huidige Versie 1.0.17
Laatst Bijgewerkt 2020-09-06
Publicatiedatum 2020-06-04
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar https://xbench.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.xbench.net
Help Pagina-URL https://www.xbench.net/index.php/support/submit-bug
URL van de Privacybeleid Pagina http://www.xbench.net/index.php?option=com_content&view=article&id=79
Ondersteunde Talen 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
}