One Tab Extension

Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench

Cos'è One Tab Extension?

One Tab Extension è un'estensione di Chrome sviluppata da https://xbench.net, e la sua funzione principale è "Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione One Tab Extension

Scarica i file di estensione One Tab Extension 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

                        The One Tab extension ensures that the Matecat, Smartcat, Lingotek, or Crowdin job tab in Chrome is reused when you press Ctrl+E in ApSIC Xbench to open a segment right at the segment in the online Matecat or Smartcat editor.

It greatly improves the user experience when using ApSIC Xbench to run QA on a web editor job because you do not have to manually close the tab created after pressing Ctrl+E in Xbench.

However, to properly do its job, this extension requires "Read browsing history" permission because it has to search for the right tab among all tabs that are currently open in Chrome.

This extension also works with self-hosted Matecat sites.

The extension is open sourced by the ApSIC Xbench development team and you can find its source code at Github: https://github.com/xbench/one-tab-for-matecat                    

Informazioni di Base sull'Estensione

Nome One Tab Extension One Tab Extension
ID amlgbghdoipfolgicbijclknldenpijf
URL Ufficiale https://chromewebstore.google.com/detail/one-tab-extension/amlgbghdoipfolgicbijclknldenpijf
Descrizione Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench
Dimensione del File 9.52 KB
Conteggio Installazioni 8,069
Versione Corrente 1.0.0.10
Ultimo Aggiornamento 2020-01-03
Data di Pubblicazione 2020-01-03
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://xbench.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.xbench.net
URL della Pagina di Aiuto http://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": "One Tab Extension",
    "short_name": "One Tab",
    "version": "1.0.0.10",
    "description": "Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}