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
Eメール [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"
            }
        }
    }
}