Langyfier

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

Cos'è Langyfier?

Langyfier è un'estensione di Chrome sviluppata da https://gerald.verslu.is, e la sua funzione principale è "Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Langyfier

Scarica i file di estensione Langyfier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Langyfier Langyfier
ID gkneebafjlcpcgahjdlmdoejhjnfleha
URL Ufficiale https://chromewebstore.google.com/detail/langyfier/gkneebafjlcpcgahjdlmdoejhjnfleha
Descrizione Stop automatic translation from the Microsoft Docs/Learn to an unwanted language.
Dimensione del File 1.23 MB
Conteggio Installazioni 43
Versione Corrente 2.0
Ultimo Aggiornamento 2022-11-24
Data di Pubblicazione 2019-02-19
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://gerald.verslu.is
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jfversluis/Microsoft-Docs-Langyfier
URL della Pagina di Aiuto https://github.com/jfversluis/Microsoft-Docs-Langyfier
Lingue Supportate 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"
    }
}