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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly run QA with ApSIC Xbench on Polyglot files"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ApSIC Xbench Extension for Polyglot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |