URL Locale Switcher

You can switch the Locale in URL.

URL Locale Switcherคืออะไร?

URL Locale Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย minato128 และคุณลักษณะหลักของมันคือ "You can switch the Locale in URL."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL Locale Switcher

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}