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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        🌏 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
عنوان صفحة المساعدة 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"
            }
        }
    }
}