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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |