Tab2QR
A minimalist browser extesion to send the page you are currently viewing to your mobile device.
Tab2QRคืออะไร?
Tab2QR เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Shih และคุณลักษณะหลักของมันคือ "A minimalist browser extesion to send the page you are currently viewing to your mobile device."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab2QR
ดาวน์โหลดไฟล์ส่วนขยาย Tab2QR ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Viewing a nice page and want to continue on your mobile device? Tired of typing URLs on your phone? Tab2QR at your service. Just click and scan the QR code with your phone or tablet. Way faster huh? Privacy: Tab2QR converts the URL to QR code locally and does not save or collect your browsing history or personal information. ©MMXV-MMXXIII James Shih
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mkfcgekjddmlceifimndhbliepfgnogo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab2qr/mkfcgekjddmlceifimndhbliepfgnogo |
คำอธิบาย | A minimalist browser extesion to send the page you are currently viewing to your mobile device. |
ขนาดไฟล์ | 20.13 KB |
จำนวนการติดตั้ง | 601 |
เวอร์ชันปัจจุบัน | 4.0.0 |
อัปเดตครั้งล่าสุด | 2023-02-07 |
วันที่เผยแพร่ | 2019-05-02 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | James Shih |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/IFS49F/Tab2QR |
URL หน้าช่วยเหลือ | https://github.com/IFS49F/Tab2QR/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "James Shih", "description": "A minimalist browser extesion to send the page you are currently viewing to your mobile device.", "name": "Tab2QR", "version": "4.0.0", "icons": { "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "activeTab" ], "optional_permissions": [ "downloads" ], "action": { "default_title": "Tab2QR", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_popup": "src\/entries\/popup\/index.html" }, "manifest_version": 3 } |