Read the web page on your mobile device
It will create a QR code based on the current page's URL which you can then you use to open the page on your mobile device
Read the web page on your mobile deviceคืออะไร?
Read the web page on your mobile device เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bhaskar.gandavabi และคุณลักษณะหลักของมันคือ "It will create a QR code based on the current page's URL which you can then you use to open the page on your mobile device"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read the web page on your mobile device
ดาวน์โหลดไฟล์ส่วนขยาย Read the web page on your mobile device ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This will allow you to create a QR code for the current page's URL. Use your phone's camera to load the URL on your phone's browser For iPhone: 1. Open the Camera app from your device's Home screen, Control Center, or Lock screen. 2. Hold your device so that the QR code appears in the Camera app's viewfinder. Your device recognizes the QR code and shows a notification. 3. Tap the notification to open the link associated with the QR code. For Android: 1. Google Assistant can detect QR codes. Simply long press on the Home icon or say “OK, Google,” then tap the Google Lens icon at the bottom right. 2. Depending on which version of Assistant you have, you might have the Lens button right there as soon as Assistant pops up. Most likely, however, you need to tap on it to stop it from listening for a voice command. Just tap on the colored dots. 3. Lens to the left of the mic, keyboard to the right. Tap on the “Lens” button. 4. move the QR into the camera’s view. Within seconds, it will show you what the QR is—just tap on it to execute and open your link. You can then save/share or read the web page on your mobile phone.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Read the web page on your mobile device |
ID | eoojmaeimppffbibicnechhihkcjcmnl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/read-the-web-page-on-your/eoojmaeimppffbibicnechhihkcjcmnl |
คำอธิบาย | It will create a QR code based on the current page's URL which you can then you use to open the page on your mobile device |
ขนาดไฟล์ | 152 KB |
จำนวนการติดตั้ง | 851 |
เวอร์ชันปัจจุบัน | 1.2.4 |
อัปเดตครั้งล่าสุด | 2019-08-20 |
วันที่เผยแพร่ | 2019-08-20 |
ผู้พัฒนา | bhaskar.gandavabi |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read the web page on your mobile device", "description": "It will create a QR code based on the current page's URL which you can then you use to open the page on your mobile device", "version": "1.2.4", "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_title": "Read Webpage on Mobile" } } |