Locale Switcher

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

Locale Switcher là gì?

Locale Switcher là một tiện ích mở rộng Chrome được phát triển bởi Locale Switcher, và tính năng chính của nó là "Lets you quickly switch the browser locale to test localization on your website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Locale Switcher

Tải xuống các tệp mở rộng Locale Switcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Locale Switcher Locale Switcher
ID kngfjpghaokedippaapkfihdlmmlafcc
URL Chính Thức https://chromewebstore.google.com/detail/locale-switcher/kngfjpghaokedippaapkfihdlmmlafcc
Mô tả Lets you quickly switch the browser locale to test localization on your website.
Kích Thước Tệp 87.46 KB
Số Lần Cài Đặt 54,452
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2022-12-27
Ngày Phát Hành 2019-05-14
Đánh Giá 4.43/5 Tổng số 67 Đánh Giá
Nhà Phát Triển Locale Switcher
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/locale-switcher/locale-switcher
URL Trang Trợ Giúp https://github.com/locale-switcher/locale-switcher
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}