Jump from en-us to the other page
Jump and switch from en-us page to the other page based on URL.
Jump from en-us to the other pageคืออะไร?
Jump from en-us to the other page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย keiji และคุณลักษณะหลักของมันคือ "Jump and switch from en-us page to the other page based on URL."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jump from en-us to the other page
ดาวน์โหลดไฟล์ส่วนขยาย Jump from en-us to the other page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When language is specified in URL of any pages for document, you can easily jump and switch from English page to Japanese or the other page by a single click. You can set whether to display in a new tab when you jump. This supports 69 locales.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Jump from en-us to the other page |
ID | ahpbgefcefglpdficedlffmalcdcekic |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/jump-from-en-us-to-the-ot/ahpbgefcefglpdficedlffmalcdcekic |
คำอธิบาย | Jump and switch from en-us page to the other page based on URL. |
ขนาดไฟล์ | 12.38 KB |
จำนวนการติดตั้ง | 215 |
เวอร์ชันปัจจุบัน | 2.4.7 |
อัปเดตครั้งล่าสุด | 2024-02-23 |
วันที่เผยแพร่ | 2020-06-23 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | keiji |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/keijiinouehotmail/JumpFromEn-usToTheOtherPage/blob/main/Docs/privacy-policy.md |
ภาษาที่รองรับ | en,es,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "en-us to the other page", "version": "2.4.7", "manifest_version": 3, "description": "__MSG_appDesc__", "default_locale": "en", "options_page": "options.html", "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "__MSG_defaultTitle__" }, "permissions": [ "activeTab", "storage" ] } |