Document preview for Lokalise

See the document during translation and before download

Document preview for Lokalise क्या है?

Document preview for Lokalise Aleksander Terekhov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the document during translation and before download"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Document preview for Lokalise एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}