qrcode with scheme
generate qrcode with url scheme
qrcode with schemeคืออะไร?
qrcode with scheme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vivaxy และคุณลักษณะหลักของมันคือ "generate qrcode with url scheme"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย qrcode with scheme
ดาวน์โหลดไฟล์ส่วนขยาย qrcode with scheme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generate qrcode with url schema.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | qrcode with scheme |
ID | nghpcjjmhemilbphegklaehbmoepfokk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qrcode-with-scheme/nghpcjjmhemilbphegklaehbmoepfokk |
คำอธิบาย | generate qrcode with url scheme |
ขนาดไฟล์ | 28.81 KB |
จำนวนการติดตั้ง | 65 |
เวอร์ชันปัจจุบัน | 1.2.6 |
อัปเดตครั้งล่าสุด | 2016-11-21 |
วันที่เผยแพร่ | 2016-11-20 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | vivaxy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/vivaxy/qrcode-chrome |
URL หน้าช่วยเหลือ | https://github.com/vivaxy/qrcode-chrome/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "qrcode with scheme", "version": "1.2.6", "description": "generate qrcode with url scheme", "icons": { "128": "img\/icon.128.png", "48": "img\/icon.48.png" }, "browser_action": { "default_icon": "img\/icon.128.png", "default_popup": "index.html" }, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "author": "vivaxy", "homepage_url": "https:\/\/github.com\/vivaxy\/qrcode-chrome", "permissions": [ "tabs", "storage" ] } |