QR Code Maker
Best QR Code Maker on Chrome Web Store
QR Code Makerคืออะไร?
QR Code Maker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย New Tab Draft และคุณลักษณะหลักของมันคือ "Best QR Code Maker on Chrome Web Store"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Code Maker
ดาวน์โหลดไฟล์ส่วนขยาย QR Code Maker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The quickest way to create the QR code of the website you are visiting - Right beside the address bar.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | QR Code Maker |
ID | jmadehfbknkdlbhiajnmpodahfloajgk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk |
คำอธิบาย | Best QR Code Maker on Chrome Web Store |
ขนาดไฟล์ | 33.6 KB |
จำนวนการติดตั้ง | 1,046 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2015-07-12 |
วันที่เผยแพร่ | 2015-07-12 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | New Tab Draft |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://chrome.google.com/webstore/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk?hl=en-US&gl=001 |
URL หน้าช่วยเหลือ | https://chrome.google.com/webstore/detail/qr-code-maker/jmadehfbknkdlbhiajnmpodahfloajgk/reviews?hl=en-US&gl=001 |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/newtabdraft/home |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR Code Maker", "short_name": "Best QR Code Maker", "version": "0.1.0", "manifest_version": 2, "description": "Best QR Code Maker on Chrome Web Store", "icons": { "16": "img\/icon\/icon16.png", "38": "img\/icon\/icon38.png", "48": "img\/icon\/icon48.png", "128": "img\/icon\/icon128.png" }, "background": { "scripts": [ "js\/background.js", "js\/ga.js" ] }, "permissions": [ "tabs" ], "page_action": { "default_name": "QR Code Maker", "default_icon": "img\/icon\/icon38.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'" } |