One Tab Extension
Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench
One Tab Extensionとは何ですか?
One Tab Extensionはhttps://xbench.netによって開発されたChromeの拡張機能で、その主な機能は「Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench」です。
拡張機能のスクリーンショット
One Tab Extension拡張機能のCRXファイルをダウンロード
One Tab Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | One Tab Extension |
ID | amlgbghdoipfolgicbijclknldenpijf |
公式URL | https://chromewebstore.google.com/detail/one-tab-extension/amlgbghdoipfolgicbijclknldenpijf |
説明 | Reuses Chrome tab for existing Matecat, Smartcat, Lingotek or Crowdin job when called from ApSIC Xbench |
ファイルサイズ | 9.52 KB |
インストール数 | 8,069 |
現在のバージョン | 1.0.0.10 |
最終更新日 | 2020-01-03 |
公開日 | 2020-01-03 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | https://xbench.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.xbench.net |
ヘルプページのURL | http://www.xbench.net/index.php/support/submit-bug |
プライバシーポリシーページのURL | http://www.xbench.net/index.php?option=com_content&view=article&id=79 |
対応言語 | 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 } |