Langyfier

Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.

Τι είναι το Langyfier;

Το Langyfier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gerald.verslu.is, και η κύρια λειτουργία του είναι "Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Langyfier

Λήψη αρχείων επέκτασης Langyfier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        When navigating to learn.microsoft.com, the page might be translated into your native language, even through automated translations. I, however, like to just review the docs in English. There is no way to force this through Microsoft Docs right now. That is why I created this plugin.

Simply choose a language that you do not want to see and a language that you do want to see. Whenever you reach the Docs in the unwanted language, it will automatically switch to your preferred language.

Note: this extension is in no way affiliated with or supported by Microsoft.                    

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

Όνομα Langyfier Langyfier
ID gkneebafjlcpcgahjdlmdoejhjnfleha
Επίσημο URL https://chromewebstore.google.com/detail/langyfier/gkneebafjlcpcgahjdlmdoejhjnfleha
Περιγραφή Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.
Μέγεθος Αρχείου 1.23 MB
Αριθμός Εγκαταστάσεων 43
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2022-11-24
Ημερομηνία Δημοσίευσης 2019-02-19
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://gerald.verslu.is
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/jfversluis/Microsoft-Docs-Langyfier
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/jfversluis/Microsoft-Docs-Langyfier
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Langyfier",
    "version": "2.0",
    "description": "Stop automatic translation from the Microsoft Docs\/Learn to an unwanted language.",
    "manifest_version": 3,
    "permissions": [
        "webNavigation",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/learn.microsoft.com\/",
        "https:\/\/docs.microsoft.com\/"
    ],
    "background": {
        "service_worker": "app\/background.js"
    },
    "options_page": "app\/settings.html",
    "action": {
        "default_popup": "app\/popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}