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
官方網址 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"
    }
}