One Tab Extension
Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench
O que é One Tab Extension?
One Tab Extension é uma extensão do Chrome desenvolvida por https://xbench.net, e sua principal característica é "Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão One Tab Extension
Baixe arquivos de extensão One Tab Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | One Tab Extension |
ID | amlgbghdoipfolgicbijclknldenpijf |
URL Oficial | https://chromewebstore.google.com/detail/one-tab-extension/amlgbghdoipfolgicbijclknldenpijf |
Descrição | Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench |
Tamanho do Arquivo | 9.52 KB |
Contagem de Instalações | 8,069 |
Versão Atual | 1.0.0.10 |
Última Atualização | 2020-01-03 |
Data de Publicação | 2020-01-03 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | https://xbench.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.xbench.net |
URL da Página de Ajuda | http://www.xbench.net/index.php/support/submit-bug |
URL da Página de Política de Privacidade | http://www.xbench.net/index.php?option=com_content&view=article&id=79 |
Idiomas Suportados | 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 } |