Document preview for Lokalise
See the document during translation and before download
Qu'est-ce que Document preview for Lokalise ?
Document preview for Lokalise est une extension Chrome développée par Aleksander Terekhov, et sa fonction principale est "See the document during translation and before download".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Document preview for Lokalise
Téléchargez les fichiers d'extension Document preview for Lokalise au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Document preview for Lokalise |
ID | egnkinnacilaeckhljnbkaeahioacgba |
URL Officiel | https://chromewebstore.google.com/detail/document-preview-for-loka/egnkinnacilaeckhljnbkaeahioacgba |
Description | See the document during translation and before download |
Taille du Fichier | 23.81 KB |
Nombre d'Installations | 222 |
Version Actuelle | 4.1.1 |
Dernière Mise à Jour | 2022-08-03 |
Date de Publication | 2021-02-12 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Aleksander Terekhov |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://lokalise-document-preview.terales.info/ |
URL de la Page d'Aide | https://github.com/terales/lokalise-html-document-preview/issues |
Langues Prises en Charge | 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" } } |