Locale Switcher

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

什么是Locale Switcher?

Locale Switcher是由Locale Switcher开发的Chrome扩展程序,该扩展的主要功能是“Lets you quickly switch the browser locale to test localization on your website.”。

扩展截图

screenshot

下载Locale Switcher扩展crx文件

下载Locale Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🌏 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.                    

扩展基本信息

名称 Locale Switcher Locale Switcher
ID kngfjpghaokedippaapkfihdlmmlafcc
官方URL https://chromewebstore.google.com/detail/locale-switcher/kngfjpghaokedippaapkfihdlmmlafcc
简介 Lets you quickly switch the browser locale to test localization on your website.
文件大小 87.46 KB
安装次数 54,452
当前版本 1.2.5
更新时间 2022-12-27
上架时间 2019-05-14
评分 4.43/5 共67次评分
开发者 Locale Switcher
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/locale-switcher/locale-switcher
帮助页面URL https://github.com/locale-switcher/locale-switcher
支持的语言 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"
            }
        }
    }
}