Locale Switcher

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

Co je Locale Switcher?

Locale Switcher je rozšíření Chrome vyvinuté Locale Switcher, a jeho hlavní funkcí je „Lets you quickly switch the browser locale to test localization on your website.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Locale Switcher

Stáhněte si soubory rozšíření Locale Switcher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        🌏 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 [email protected] or open an issue on GitHub: https://github.com/locale-switcher/locale-switcher.                    

Základní Informace o Rozšíření

Název Locale Switcher Locale Switcher
ID kngfjpghaokedippaapkfihdlmmlafcc
Oficiální URL https://chromewebstore.google.com/detail/locale-switcher/kngfjpghaokedippaapkfihdlmmlafcc
Popis Lets you quickly switch the browser locale to test localization on your website.
Velikost souboru 87.46 KB
Počet instalací 54,452
Aktuální Verze 1.2.5
Poslední Aktualizace 2022-12-27
Datum Vydání 2019-05-14
Hodnocení 4.43/5 Celkem 67 Hodnocení
Vývojář Locale Switcher
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/locale-switcher/locale-switcher
URL Stránky Nápovědy https://github.com/locale-switcher/locale-switcher
Podporované Jazyky 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"
            }
        }
    }
}