The QRL Extension
URL to QR code developed for easy transfer of sites from Computer to mobile.
The QRL Extensionคืออะไร?
The QRL Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RohanDengle และคุณลักษณะหลักของมันคือ "URL to QR code developed for easy transfer of sites from Computer to mobile."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The QRL Extension
ดาวน์โหลดไฟล์ส่วนขยาย The QRL Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The QRL Extension has been launched to scan the links on your PC to your mobile and check it on the move. This is to make your life easy and quite accessible to the links which you are viewing on your big screen. Instead of copying the link, pasting, and sending, you just scan it without any obstacle and send. Here's to making life easy and smart!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | gabgbddcoappkaagcaiodjpgcnoifklm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-qrl-extension/gabgbddcoappkaagcaiodjpgcnoifklm |
คำอธิบาย | URL to QR code developed for easy transfer of sites from Computer to mobile. |
ขนาดไฟล์ | 18.13 KB |
จำนวนการติดตั้ง | 57 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-08-10 |
วันที่เผยแพร่ | 2020-08-10 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | RohanDengle |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The QRL Extension", "description": "URL to QR code developed for easy transfer of sites from Computer to mobile.", "version": "1.0", "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "permissions": [ "activeTab" ], "offline_enabled": true, "browser_action": { "default_icon": "16x16.png", "default_popup": "popup.html" } } |