Document preview for Lokalise
See the document during translation and before download
什么是Document preview for Lokalise?
Document preview for Lokalise是由Aleksander Terekhov开发的Chrome扩展程序,该扩展的主要功能是“See the document during translation and before download”。
扩展截图
下载Document preview for Lokalise扩展crx文件
下载Document preview for Lokalise扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
HTML documents preview within Lokalise for translators, editors and managers. See the document during translation and before download with a free open-sourced browser extension. Features: — Interactive preview of translations within the layout, — Edit HTML attributes without searching for them or breaking code, — Check translated documents before download.
扩展基本信息
名称 | Document preview for Lokalise |
ID | egnkinnacilaeckhljnbkaeahioacgba |
官方URL | https://chromewebstore.google.com/detail/document-preview-for-loka/egnkinnacilaeckhljnbkaeahioacgba |
简介 | See the document during translation and before download |
文件大小 | 23.81 KB |
安装次数 | 222 |
当前版本 | 4.1.1 |
更新时间 | 2022-08-03 |
上架时间 | 2021-02-12 |
评分 | 5.00/5 共2次评分 |
开发者 | Aleksander Terekhov |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://lokalise-document-preview.terales.info/ |
帮助页面URL | https://github.com/terales/lokalise-html-document-preview/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Document preview for Lokalise", "version": "4.1.1", "description": "See the document during translation and before download", "homepage_url": "https:\/\/github.com\/terales\/lokalise-html-document-preview", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/app.lokalise.com\/download\/download-preview" ], "js": [ "download_preview_content_script.js" ] }, { "matches": [ "https:\/\/app.lokalise.com\/project\/*view=document*" ], "js": [ "browser-polyfill.min.js", "editor_inject_inline_scripts_content_script.js", "editor_live_preview_content_script.js" ] } ], "web_accessible_resources": [ { "resources": [ "editor_sync_codemirror_with_dom_inline_script.js", "editor_add_attributes_form_inline_script.js" ], "matches": [ "https:\/\/app.lokalise.com\/*" ] } ], "minimum_chrome_version": "88", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } } |