URL Locale Switcher

You can switch the Locale in URL.

What is URL Locale Switcher?

URL Locale Switcher is a Chrome extension developed by minato128, and its main feature is "You can switch the Locale in URL.".

Extension Screenshots

screenshot

Download URL Locale Switcher Extension CRX File

Download URL Locale Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        When you click on the extension icon, you can change the Locale of the URL to another set of Locale you have set.


How to use
1. Please set 2 locale in the options page.
2. Click locale icon.

- https://github.com/minato128/en-to-ja-url
- http://minato128.hateblo.jp/entry/2014/06/02/235028                    

Extension Basic Information

Name URL Locale Switcher URL Locale Switcher
ID aoeilpnojpmclgkaebnghbclcdjiikie
Official URL https://chromewebstore.google.com/detail/url-locale-switcher/aoeilpnojpmclgkaebnghbclcdjiikie
Description You can switch the Locale in URL.
File Size 9.74 KB
Installation Count 332
Current Version 0.6
Last Updated 2022-04-10
Publish Date 2021-01-16
Rating 5.00/5 Total 1 Ratings
Developer minato128
Email [email protected]
Payment Type free
Extension Website https://twitter.com/Minato128
Help Page URL https://twitter.com/Minato128
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Locale Switcher",
    "description": "You can switch the Locale in URL.",
    "version": "0.6",
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_title": "switch"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    }
}