URL Locale Switcher

You can switch the Locale in URL.

Cos'è URL Locale Switcher?

URL Locale Switcher è un'estensione di Chrome sviluppata da minato128, e la sua funzione principale è "You can switch the Locale in URL.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL Locale Switcher

Scarica i file di estensione URL Locale Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome URL Locale Switcher URL Locale Switcher
ID aoeilpnojpmclgkaebnghbclcdjiikie
URL Ufficiale https://chromewebstore.google.com/detail/url-locale-switcher/aoeilpnojpmclgkaebnghbclcdjiikie
Descrizione You can switch the Locale in URL.
Dimensione del File 9.74 KB
Conteggio Installazioni 332
Versione Corrente 0.6
Ultimo Aggiornamento 2022-04-10
Data di Pubblicazione 2021-01-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore minato128
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/Minato128
URL della Pagina di Aiuto https://twitter.com/Minato128
Lingue Supportate 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"
    }
}