QR Code Generator for Google Chrome™
Generate your personal QR Code in few clicks! Quick and Simple QR Code Creator/Reader
QR Code Generator for Google Chrome™คืออะไร?
QR Code Generator for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://1bestlinks.net และคุณลักษณะหลักของมันคือ "Generate your personal QR Code in few clicks! Quick and Simple QR Code Creator/Reader"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Code Generator for Google Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย QR Code Generator for Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Upload your logo, select custom colors, select a pattern and download the final QRcode. Available formats: .png, .svg, pdf, print Converts your current page into a QR Code with one quick click. Generates QR Codes from free text, URLs on the fly. ================================================================ ★ Advanced features available on website : ✔ Color picker ✔ Custom Background and Foreground color ✔ Transparent background ✔ Gradient foreground ✔ Advanced QR Code patterns ✔ Custom QR Code Markers border and center ✔ Custom Frames ✔ Custom label ✔ Image uploader ✔ Custom watermarks ✔ Location search ✔ OpenMaps or GoogleMaps ✔ Save QRcodes in .png and .svg format ✔ Custom theme color ✔ Custom layouts ✔ Live preview ✔ Link ✔ Text ✔ E-mail ✔ Location (with GoogleMaps) ✔ Telephone ✔ SMS ✔ WhatsApp ✔ Skype ✔ Zoom ✔ WI-Fi access ✔ V-Card ✔ Events ✔ PayPal checkout ✔ BitCoin transaction
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pfofphfaneihhojbfggedcopangiacjk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/qr-code-generator-for-goo/pfofphfaneihhojbfggedcopangiacjk |
คำอธิบาย | Generate your personal QR Code in few clicks! Quick and Simple QR Code Creator/Reader |
ขนาดไฟล์ | 461 KB |
จำนวนการติดตั้ง | 937 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-04-02 |
วันที่เผยแพร่ | 2021-02-21 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://1bestlinks.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://qr-code-generator.1bestlinks.net/ |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_AppName__", "description": "__MSG_AppDescription__", "version": "1.0.0", "homepage_url": "https:\/\/qr-code-generator.1bestlinks.net\/", "offline_enabled": true, "container": [ "GOOGLE_DRIVE" ], "default_locale": "en", "icons": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "background": { "scripts": [ "src\/install.js" ] }, "browser_action": { "default_icon": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" }, "default_popup": "src\/popup.html" } } |