Lingotek Workbench Extension (Beta)
A powerful, in-context translation and review tool that changes the way companies distribute content to a global audience.
什么是Lingotek Workbench Extension (Beta)?
Lingotek Workbench Extension (Beta)是由https://lingotek.com开发的Chrome扩展程序,该扩展的主要功能是“A powerful, in-context translation and review tool that changes the way companies distribute content to a global audience.”。
扩展截图
下载Lingotek Workbench Extension (Beta)扩展crx文件
下载Lingotek Workbench Extension (Beta)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The In-Context Translation extension coupled with the Lingotek Workbench provides a powerful, in-context translation and review experience that changes the way companies are able to distribute content to a global audience. This innovative tool immerses project managers and translators in a dynamic, multilingual experience with translation, page formatting, and collaborative review, all happening in real-time. This is a key element to substantially reducing project costs and deployment time, while simultaneously providing translators with tools for higher-quality translations. The live native-environment translation and review that this new application offers is enhanced with a feature toolkit provided by the Lingotek Workbench designed to simplify and streamline the creation of multilingual content. Powerful tools include - An interactive, live view of context and segmented views - Apply and adjust formatting - Instant email notifications when a project is ready to work on - Access to all translation tasks - View a segment’s revision history - Efficient keyboard shortcuts - Real-time segment status - Whitespace display - Real-time access to Translation Memory and Glossaries
扩展基本信息
名称 | Lingotek Workbench Extension (Beta) |
ID | nlepkjdljbdlgblopipfdcebcclcjngc |
官方URL | https://chromewebstore.google.com/detail/lingotek-workbench-extens/nlepkjdljbdlgblopipfdcebcclcjngc |
简介 | A powerful, in-context translation and review tool that changes the way companies distribute content to a global audience. |
文件大小 | 37.88 KB |
安装次数 | 857 |
当前版本 | 1.3.0 |
更新时间 | 2022-09-29 |
上架时间 | 2020-04-10 |
评分 | 5.00/5 共1次评分 |
开发者 | https://lingotek.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.lingotek.com |
帮助页面URL | https://lingotek.atlassian.net/wiki/spaces/PDOC/overview |
隐私政策页面URL | https://www.lingotek.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lingotek Workbench Extension (Beta)", "version": "1.3.0", "description": "A powerful, in-context translation and review tool that changes the way companies distribute content to a global audience.", "icons": { "16": "icons\/icon-16.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.lingotek.com\/workbench*" ], "js": [ "message-handler.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.lingotek.com\/*" ] }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "webNavigation", "*:\/\/*\/*", "webRequest", "webRequestBlocking", "tabs", "storage" ], "web_accessible_resources": [ "popup\/*" ] } |