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 |
Eメール | [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" } } |