Smartling In Site Review (Beta)

Smartling In Site Review Tool

Τι είναι το Smartling In Site Review (Beta);

Το Smartling In Site Review (Beta) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον smartling-publishers, και η κύρια λειτουργία του είναι "Smartling In Site Review Tool".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Smartling In Site Review (Beta)

Λήψη αρχείων επέκτασης Smartling In Site Review (Beta) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Smartling In-Site Review extension helps users to review translations on the target web site.

Extension finds the corresponding translations from the specified project and highlights them on the page.

The settings view allows to specify the target project, language of the translations and a domain of the website. Extension only works on the specified domain.

"Enabled" toggle on the main view starts the process of translations-matching, and highlights matched strings as a result. As long as "Enabled" is turned on, translation-matching runs automatically on every page reload for the specified domain. The main view also has buttons to navigate through the matched translations  and has a link that redirects to Smartling CAT Tool                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Smartling In Site Review (Beta) Smartling In Site Review (Beta)
ID imeiaofgkbljjehccanaafpcbcofooho
Επίσημο URL https://chromewebstore.google.com/detail/smartling-in-site-review/imeiaofgkbljjehccanaafpcbcofooho
Περιγραφή Smartling In Site Review Tool
Μέγεθος Αρχείου 241 KB
Αριθμός Εγκαταστάσεων 160
Τρέχουσα Έκδοση 1.1.1 beta
Τελευταία Ενημέρωση 2023-07-11
Ημερομηνία Δημοσίευσης 2020-07-17
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής smartling-publishers
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.smartling.com/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smartling In Site Review (Beta)",
    "description": "Smartling In Site Review Tool",
    "version": "1.1.1",
    "version_name": "1.1.1 beta",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnFff\/r5FwFa7V3NNmUJslE47FGAnSvZzuROVFEsDvl+sdMv7W2zuq9ltJL\/Z9455SRyRfL8BaHdh+XrAgMNuLCN9+gMu+7tZERyvuo+\/ynSpC97GanvrypR1xmi+BK9j+7gcBBnm6\/7BTLtFL+lxBr2WYcJPYaJsVYKGzoAuXqihCBeQu8zr7QN6uO\/7xgMo5RBLNmbSP4r6Y8sVIhG7yRGHpm9kUueiVqdtwGASwiRi2G\/hvU9hh6H7qI8kbekoysIwOWJ51UeXgBvEW4KIZMow7eVbNnbhDtp1Bg+90+lZkS12qCg\/zdxTdDcyPHnl84ZmJoqGUh25\/dV7WgQXkQIDAQAB",
    "icons": {
        "64": "assets\/logo-off-128.png",
        "128": "assets\/logo-off-256.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "content.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src 'self' 'unsafe-inline'",
    "browser_action": {
        "default_icon": "assets\/logo-off-128.png",
        "default_title": "Smartling In Site Review Tool",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}