ApSIC Xbench Extension for Polyglot
Instantly run QA with ApSIC Xbench on Polyglot files
ApSIC Xbench Extension for Polyglot란 무엇입니까?
ApSIC Xbench Extension for Polyglot은(는) https://xbench.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly run QA with ApSIC Xbench on Polyglot files"입니다.
확장 프로그램 스크린샷
ApSIC Xbench Extension for Polyglot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Instantly run QA with ApSIC Xbench on Google Polyglot files in four easy steps: 1. Go to the list of Google Polyglot documents 2. Select the documents to include for the Xbench QA. 3. Click the extension icon and wait for the documents to be downloaded. 4. Run QA with Xbench by double-clicking on the .xbp file that is downloaded. To fix a translation issue found in Xbench, just select it in Xbench and press Ctrl+E. The Chrome browser will open the Polyglot document right at the segment. NOTE: This extension requires Xbench 3.0 build 1516 or later installed on the machine.
확장 프로그램 기본 정보
이름 | ApSIC Xbench Extension for Polyglot |
ID | nhadbgflnognogbicnbeepnbpehlocgc |
공식 URL | https://chromewebstore.google.com/detail/apsic-xbench-extension-fo/nhadbgflnognogbicnbeepnbpehlocgc |
설명 | Instantly run QA with ApSIC Xbench on Polyglot files |
파일 크기 | 12.05 KB |
설치 횟수 | 2,408 |
현재 버전 | 1.0.17 |
최근 업데이트 | 2020-09-06 |
출시 날짜 | 2020-06-04 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | https://xbench.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.xbench.net |
도움말 페이지 URL | https://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": "ApSIC Xbench Extension for Polyglot", "short_name": "Xbench for Polyglot", "description": "Instantly run QA with ApSIC Xbench on Polyglot files", "version": "1.0.17", "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "declarativeContent", "tabs", "https:\/\/localization.google.com\/polyglot*", "downloads" ], "page_action": { "default_icon": "icon-16.png", "default_title": "Run QA in Xbench" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |