One Tab Extension
Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench
Wat is One Tab Extension?
One Tab Extension is een Chrome-extensie ontwikkeld door https://xbench.net, en de belangrijkste functie is "Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench".
Extensie Screenshots
Download het CRX-bestand van de extensie One Tab Extension
Download One Tab Extension-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
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
Basisinformatie over de Extensie
Naam | One Tab Extension |
ID | amlgbghdoipfolgicbijclknldenpijf |
Officiële URL | https://chromewebstore.google.com/detail/one-tab-extension/amlgbghdoipfolgicbijclknldenpijf |
Beschrijving | Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench |
Bestandsgrootte | 9.52 KB |
Aantal Installaties | 8,069 |
Huidige Versie | 1.0.0.10 |
Laatst Bijgewerkt | 2020-01-03 |
Publicatiedatum | 2020-01-03 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://xbench.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.xbench.net |
Help Pagina-URL | http://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": "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 } |