URL Locale Switcher

You can switch the Locale in URL.

Wat is URL Locale Switcher?

URL Locale Switcher is een Chrome-extensie ontwikkeld door minato128, en de belangrijkste functie is "You can switch the Locale in URL.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie URL Locale Switcher

Download URL Locale Switcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam URL Locale Switcher URL Locale Switcher
ID aoeilpnojpmclgkaebnghbclcdjiikie
Officiële URL https://chromewebstore.google.com/detail/url-locale-switcher/aoeilpnojpmclgkaebnghbclcdjiikie
Beschrijving You can switch the Locale in URL.
Bestandsgrootte 9.74 KB
Aantal Installaties 332
Huidige Versie 0.6
Laatst Bijgewerkt 2022-04-10
Publicatiedatum 2021-01-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar minato128
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://twitter.com/Minato128
Help Pagina-URL https://twitter.com/Minato128
Ondersteunde Talen 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"
    }
}