URL Locale Switcher

You can switch the Locale in URL.

URL Locale Switcher란 무엇입니까?

URL Locale Switcher은(는) minato128에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can switch the Locale in URL."입니다.

확장 프로그램 스크린샷

screenshot

URL Locale Switcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 URL Locale Switcher URL Locale Switcher
ID aoeilpnojpmclgkaebnghbclcdjiikie
공식 URL https://chromewebstore.google.com/detail/url-locale-switcher/aoeilpnojpmclgkaebnghbclcdjiikie
설명 You can switch the Locale in URL.
파일 크기 9.74 KB
설치 횟수 332
현재 버전 0.6
최근 업데이트 2022-04-10
출시 날짜 2021-01-16
평점 5.00/5 총 1 개의 평점
개발자 minato128
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/Minato128
도움말 페이지 URL https://twitter.com/Minato128
지원되는 언어 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"
    }
}