Temporary Mobile View
View current page in the mobile-friendly format by spoofing Android or iOS user-agent string on request header and JavaScript sides
Temporary Mobile Viewคืออะไร?
Temporary Mobile View เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lunu.bounir และคุณลักษณะหลักของมันคือ "View current page in the mobile-friendly format by spoofing Android or iOS user-agent string on request header and JavaScript sides"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Temporary Mobile View
ดาวน์โหลดไฟล์ส่วนขยาย Temporary Mobile View ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension toggles a website's view to its mobile version if the server supports a mobile-friendly option. Please note that this change is temporary, and you can return to the default desktop view by clicking the action button once more. Additionally, you can select different devices, such as Android, iOS, and Kindle, from the right-click context menu. The user-agent string for each device can be configured on the options page. Important Points: 1. To revert to the regular mode, click the browser's action button. 2. To switch between view modes, use the right-click context menu options. 3. Some websites employ distinct URLs for their mobile-friendly versions, often redirecting users to the mobile version (e.g., en.wikipedia.org => en.m.wikipedia.org). In such cases, even after a refresh, you will remain on the mobile-friendly hostname. Be sure to correct the address in the address bar before refreshing the page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Temporary Mobile View |
ID | jjlfibmkaaopacmmbnlimpnghciipjfo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/temporary-mobile-view/jjlfibmkaaopacmmbnlimpnghciipjfo |
คำอธิบาย | View current page in the mobile-friendly format by spoofing Android or iOS user-agent string on request header and JavaScript sides |
ขนาดไฟล์ | 47.07 KB |
จำนวนการติดตั้ง | 3,637 |
เวอร์ชันปัจจุบัน | 0.2.2 |
อัปเดตครั้งล่าสุด | 2023-09-08 |
วันที่เผยแพร่ | 2019-11-06 |
คะแนน | 2.63/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | lunu.bounir |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://webextension.org/listing/mobile-view.html |
URL หน้าช่วยเหลือ | https://webextension.org/listing/mobile-view.html |
URL หน้านโยบายความเป็นส่วนตัว | https://add0n.com/policies/lunu.bounir.txt |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.2.2", "name": "Temporary Mobile View", "description": "View current page in the mobile-friendly format by spoofing Android or iOS user-agent string on request header and JavaScript sides", "permissions": [ "declarativeNetRequestWithHostAccess", "storage", "contextMenus" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "\/data\/icons\/16.png", "32": "\/data\/icons\/32.png", "48": "\/data\/icons\/48.png", "64": "\/data\/icons\/64.png", "128": "\/data\/icons\/128.png", "256": "\/data\/icons\/256.png", "512": "\/data\/icons\/512.png" }, "homepage_url": "https:\/\/webextension.org\/listing\/mobile-view.html", "action": [], "background": { "service_worker": "worker.js" }, "options_ui": { "page": "\/data\/options\/index.html" }, "commands": { "_execute_action": { "description": "Press the action button" } } } |