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ファイルをダウンロード

URL Locale Switcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}