ApSIC Xbench Extension for Polyglot
Instantly run QA with ApSIC Xbench on Polyglot files
Τι είναι το ApSIC Xbench Extension for Polyglot;
Το ApSIC Xbench Extension for Polyglot είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://xbench.net, και η κύρια λειτουργία του είναι "Instantly run QA with ApSIC Xbench on Polyglot files".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ApSIC Xbench Extension for Polyglot
Λήψη αρχείων επέκτασης ApSIC Xbench Extension for Polyglot σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 } |