URL Locale Switcher

You can switch the Locale in URL.

Co to jest URL Locale Switcher?

URL Locale Switcher to rozszerzenie Chrome opracowane przez minato128, a jego główną funkcją jest „You can switch the Locale in URL.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia URL Locale Switcher

Pobierz pliki rozszerzeń URL Locale Switcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa URL Locale Switcher URL Locale Switcher
ID aoeilpnojpmclgkaebnghbclcdjiikie
Oficjalny URL https://chromewebstore.google.com/detail/url-locale-switcher/aoeilpnojpmclgkaebnghbclcdjiikie
Opis You can switch the Locale in URL.
Rozmiar pliku 9.74 KB
Liczba instalacji 332
Aktualna Wersja 0.6
Ostatnia Aktualizacja 2022-04-10
Data Publikacji 2021-01-16
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper minato128
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://twitter.com/Minato128
Adres URL Strony Pomocy https://twitter.com/Minato128
Obsługiwane Języki 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"
    }
}