Quick QRCode
A QRCode creator for Chrome
Quick QRCodeคืออะไร?
Quick QRCode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chenzhiwei และคุณลักษณะหลักของมันคือ "A QRCode creator for Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick QRCode
ดาวน์โหลดไฟล์ส่วนขยาย Quick QRCode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features ================= * Support context menus * Support custom content * Support running in offline mode * Support creating QRCode for pages, links, images, selected content Feedback ================= https://github.com/chenzhiwei/chrome-quick-qrcode Alternative ================= This one will generate the QR Code in the popup. https://chrome.google.com/webstore/detail/qr-code/cbimgpnbgalffiohilfglgkkhpegpjlo
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quick QRCode |
ID | ijoeanckpfaegjkbdmbihinbdpgpcbba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quick-qrcode/ijoeanckpfaegjkbdmbihinbdpgpcbba |
คำอธิบาย | A QRCode creator for Chrome |
ขนาดไฟล์ | 51.72 KB |
จำนวนการติดตั้ง | 2,304 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2020-07-23 |
วันที่เผยแพร่ | 2015-03-04 |
คะแนน | 5.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | chenzhiwei |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/chenzhiwei/chrome-quick-qrcode |
URL หน้าช่วยเหลือ | https://github.com/chenzhiwei/chrome-quick-qrcode |
ภาษาที่รองรับ | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.4", "name": "Quick QRCode", "short_name": "Quick QRCode", "description": "__MSG_description__", "offline_enabled": true, "default_locale": "en", "icons": { "16": "icon\/quick-qrcode-16.png", "48": "icon\/quick-qrcode-48.png", "128": "icon\/quick-qrcode-128.png" }, "background": { "persistent": false, "scripts": [ "js\/event.js" ] }, "options_page": "index.html", "browser_action": { "default_title": "__MSG_title__", "default_icon": { "19": "icon\/quick-qrcode-19.png", "38": "icon\/quick-qrcode-38.png" } }, "permissions": [ "tabs", "contextMenus" ] } |