Document preview for Lokalise
See the document during translation and before download
Co je Document preview for Lokalise?
Document preview for Lokalise je rozšíření Chrome vyvinuté Aleksander Terekhov, a jeho hlavní funkcí je „See the document during translation and before download“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Document preview for Lokalise
Stáhněte si soubory rozšíření Document preview for Lokalise ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Document preview for Lokalise |
ID | egnkinnacilaeckhljnbkaeahioacgba |
Oficiální URL | https://chromewebstore.google.com/detail/document-preview-for-loka/egnkinnacilaeckhljnbkaeahioacgba |
Popis | See the document during translation and before download |
Velikost souboru | 23.81 KB |
Počet instalací | 222 |
Aktuální Verze | 4.1.1 |
Poslední Aktualizace | 2022-08-03 |
Datum Vydání | 2021-02-12 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Aleksander Terekhov |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://lokalise-document-preview.terales.info/ |
URL Stránky Nápovědy | https://github.com/terales/lokalise-html-document-preview/issues |
Podporované Jazyky | 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" } } |