QR SHARE
The user helper program to load a website directly from browser to mobile using QR Code
QR SHAREคืออะไร?
QR SHARE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aiesys.blogspot.com และคุณลักษณะหลักของมันคือ "The user helper program to load a website directly from browser to mobile using QR Code"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR SHARE
ดาวน์โหลดไฟล์ส่วนขยาย QR SHARE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
QR Share is a programme which can be used to share the url of the website with the mobile device using QR Code. You can just use any QR Code scanner to get the link. We use google API to generate QR Code. Get your website on your mobile device in the fastest way possible.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | QR SHARE |
ID | djkhkcefpahcaaedbaknfbcflpkkhcnj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qr-share/djkhkcefpahcaaedbaknfbcflpkkhcnj |
คำอธิบาย | The user helper program to load a website directly from browser to mobile using QR Code |
ขนาดไฟล์ | 39.91 KB |
จำนวนการติดตั้ง | 103 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-07-01 |
วันที่เผยแพร่ | 2017-07-01 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://aiesys.blogspot.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR SHARE", "description": "The user helper program to load a website directly from browser to mobile using QR Code", "version": "1.0", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |