Document preview for Lokalise

See the document during translation and before download

Τι είναι το Document preview for Lokalise;

Το Document preview for Lokalise είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Aleksander Terekhov, και η κύρια λειτουργία του είναι "See the document during translation and before download".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Document preview for Lokalise

Λήψη αρχείων επέκτασης 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 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"
    }
}