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
官方網址 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"
            }
        }
    }
}