QR Code Generator
Generates QR Code of the open tab
QR Code Generatorคืออะไร?
QR Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tebaide.it และคุณลักษณะหลักของมันคือ "Generates QR Code of the open tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Code Generator
ดาวน์โหลดไฟล์ส่วนขยาย QR Code Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Generates QR Code of the open tab and allows you to take the URL easily. QR Code is compatible with all barcode reader for Android and iPhone
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | QR Code Generator |
ID | afcbogfpjabfpakdggggehomjlkofofc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qr-code-generator/afcbogfpjabfpakdggggehomjlkofofc |
คำอธิบาย | Generates QR Code of the open tab |
ขนาดไฟล์ | 84.83 KB |
จำนวนการติดตั้ง | 661 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2013-06-25 |
วันที่เผยแพร่ | 2013-06-25 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.tebaide.it |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "description": "Generates QR Code of the open tab", "browser_action": { "default_title": "QR Code Generator", "default_icon": "images\/icon_128.png", "default_popup": "index.html" }, "icons": { "128": "images\/icon_128.png", "24": "images\/icon_24.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png" }, "manifest_version": 2, "name": "QR Code Generator", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "clipboardWrite" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4" } |