ApSIC Xbench Extension for Polyglot

Instantly run QA with ApSIC Xbench on Polyglot files

Cos'è ApSIC Xbench Extension for Polyglot?

ApSIC Xbench Extension for Polyglot è un'estensione di Chrome sviluppata da https://xbench.net, e la sua funzione principale è "Instantly run QA with ApSIC Xbench on Polyglot files".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ApSIC Xbench Extension for Polyglot

Scarica i file di estensione ApSIC Xbench Extension for Polyglot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ApSIC Xbench Extension for Polyglot ApSIC Xbench Extension for Polyglot
ID nhadbgflnognogbicnbeepnbpehlocgc
URL Ufficiale https://chromewebstore.google.com/detail/apsic-xbench-extension-fo/nhadbgflnognogbicnbeepnbpehlocgc
Descrizione Instantly run QA with ApSIC Xbench on Polyglot files
Dimensione del File 12.05 KB
Conteggio Installazioni 2,408
Versione Corrente 1.0.17
Ultimo Aggiornamento 2020-09-06
Data di Pubblicazione 2020-06-04
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://xbench.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.xbench.net
URL della Pagina di Aiuto https://www.xbench.net/index.php/support/submit-bug
URL della Pagina della Politica sulla Privacy http://www.xbench.net/index.php?option=com_content&view=article&id=79
Lingue Supportate 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
}