Locale Switcher

Lets you quickly switch the browser locale to test localization on your website.

Wat is Locale Switcher?

Locale Switcher is een Chrome-extensie ontwikkeld door Locale Switcher, en de belangrijkste functie is "Lets you quickly switch the browser locale to test localization on your website.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Locale Switcher

Download Locale Switcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        🌏 Locale Switcher
Browser Extension to quickly change your browser locale.

❓ What does it do?
When a locale chosen the following thinks will be adjusted:

    navigator.language
    navigator.languages
    Accept-Language headers

✨ Features

    Chrome & Firefox
    Support for 700+ languages and variations
    Per tab basis
    Favorite your most used locales
    Fully shortcut enabled, no mouse needed (Windows: Ctrl+Shift+L / Mac: Cmd+Shift+L)

Questions or feedback? Please email us at locale-switcher-publishers@googlegroups.com or open an issue on GitHub: https://github.com/locale-switcher/locale-switcher.                    

Basisinformatie over de Extensie

Naam Locale Switcher Locale Switcher
ID kngfjpghaokedippaapkfihdlmmlafcc
Officiële URL https://chromewebstore.google.com/detail/locale-switcher/kngfjpghaokedippaapkfihdlmmlafcc
Beschrijving Lets you quickly switch the browser locale to test localization on your website.
Bestandsgrootte 87.46 KB
Aantal Installaties 54,452
Huidige Versie 1.2.5
Laatst Bijgewerkt 2022-12-27
Publicatiedatum 2019-05-14
Beoordeling 4.43/5 Totaal 67 Beoordelingen
Ontwikkelaar Locale Switcher
E-mail locale-switcher-publishers@googlegroups.com
Betalingswijze free
Extensiewebsite https://github.com/locale-switcher/locale-switcher
Help Pagina-URL https://github.com/locale-switcher/locale-switcher
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Locale Switcher",
    "version": "1.2.5",
    "description": "Lets you quickly switch the browser locale to test localization on your website.",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "minimum_chrome_version": "72",
    "background": {
        "scripts": [
            "background.57b8c449.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.26a48089.js"
            ],
            "css": []
        }
    ],
    "browser_action": {
        "default_icon": {
            "256": "256.0dc7ff40.png"
        },
        "default_popup": "popup.8a2f68ed.html"
    },
    "icons": {
        "256": "256.0dc7ff40.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    }
}