Locale Switcher

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

Locale Switcherคืออะไร?

Locale Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Locale Switcher และคุณลักษณะหลักของมันคือ "Lets you quickly switch the browser locale to test localization on your website."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Locale Switcher

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            }
        }
    }
}