Smart QRCode
Smart QRCode
Smart QRCodeคืออะไร?
Smart QRCode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ethan และคุณลักษณะหลักของมันคือ "Smart QRCode"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart QRCode
ดาวน์โหลดไฟล์ส่วนขยาย Smart QRCode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click. Additional options: * Five different QR code dimensions are supported, currently 220px, 380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference. * You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Smart QRCode |
ID | bpneiabdnfmenainoficenddegfhgedo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo |
คำอธิบาย | Smart QRCode |
ขนาดไฟล์ | 25.63 KB |
จำนวนการติดตั้ง | 125 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-12-03 |
วันที่เผยแพร่ | 2016-12-02 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | ethan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart QRCode", "description": "Smart QRCode", "version": "1.0", "author": "Ethan", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |