One Tab Extension

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

Qu'est-ce que One Tab Extension ?

One Tab Extension est une extension Chrome développée par https://xbench.net, et sa fonction principale est "Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension One Tab Extension

Téléchargez les fichiers d'extension One Tab Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom One Tab Extension One Tab Extension
ID amlgbghdoipfolgicbijclknldenpijf
URL Officiel https://chromewebstore.google.com/detail/one-tab-extension/amlgbghdoipfolgicbijclknldenpijf
Description Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench
Taille du Fichier 9.52 KB
Nombre d'Installations 8,069
Version Actuelle 1.0.0.10
Dernière Mise à Jour 2020-01-03
Date de Publication 2020-01-03
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://xbench.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.xbench.net
URL de la Page d'Aide http://www.xbench.net/index.php/support/submit-bug
URL de la Page de Politique de Confidentialité http://www.xbench.net/index.php?option=com_content&view=article&id=79
Langues Prises en Charge 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
}