Easy QR Code Generator
QR Code Generator for current page. Generate QR code with color and logo
Easy QR Code Generatorคืออะไร?
Easy QR Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.beaconstac.com และคุณลักษณะหลักของมันคือ "QR Code Generator for current page. Generate QR code with color and logo"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy QR Code Generator
ดาวน์โหลดไฟล์ส่วนขยาย Easy QR Code Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Creating QR Codes with this extension is quicker than you think! WHAT YOU CAN DO Use the extension to get QR Codes for the webpage (URL) you are browsing. This is especially helpful when you want to quickly grab and share a QR code with a colleague, a customer or a client. Copy and paste this QR Code in an email thread, a Slack channel or on your social media channel. This extension can be used for webpages, PDFs, Google map location or image galleries. FEATURES - Create QR codes for the current webpage - in one click - Transform the humble black-and-white QR codes! Customize them to align with your branding - change the QR code color and add a logo in the center - Copy and paste them on a Google doc, presentation or an email; or share them with anyone, anytime, anywhere - Works offline Thanks a lot for checking out the Easy QR code Generator extension. Hope you found it useful. We are continuously working towards improving the extension and making it more useful for you. Drop us a review if you like the extension. :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy QR Code Generator |
ID | emlhjldmodkejoblhpbldpbddilijblk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-qr-code-generator/emlhjldmodkejoblhpbldpbddilijblk |
คำอธิบาย | QR Code Generator for current page. Generate QR code with color and logo |
ขนาดไฟล์ | 171 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2020-06-25 |
วันที่เผยแพร่ | 2020-06-25 |
คะแนน | 4.58/5 รวมทั้งหมด 69 คะแนน |
ผู้พัฒนา | https://www.beaconstac.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.beaconstac.com/qr-code-generator |
URL หน้านโยบายความเป็นส่วนตัว | https://www.beaconstac.com/privacy |
ภาษาที่รองรับ | id,ms,de,en,fil,fr,vi,da,es,pl,pt-BR,pt-PT,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "name": "__MSG_appName__", "short_name": "__MSG_appName__", "author": "mobstac", "default_locale": "en", "description": "__MSG_appDesc__", "permissions": [ "activeTab", "storage" ], "manifest_version": 2, "offline_enabled": true, "icons": { "256": "images\/icon_256.png", "128": "images\/icon_128.png", "64": "images\/icon_64.png", "32": "images\/icon_32.png", "16": "images\/icon_16.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "__MSG_appTitle__" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7rpCoAre1HZk+tb50CXDEUC3Q2GCYxSybZtFSKImY8Jq5MYer9pjRfZLuNWL5pxofgZmH0IgQvALHT\/r85waWzLt8XxWLPZfoj2UwvIHddtxUrJEvxby2BeKPHXJwPWRIKiT\/k3VgHHB37Ad1tFhopt1pxJBWt1BaD7LP0xqbv8GyW12leG2vuJ+zRQ20+65jaaAEbIuKA2HDjvM0Qk2arpUE2yf4k3CxabSCtWPamvI4VdWAS21du63BTEjc\/Rtwdrvq\/N5pcr0e3G\/V5ra4YCjq+Nh7Bqiox1alBcQTGshHXUOTy4VHlaY1MbjNIvVbhCrDGIvnGAn3VV+3J5Q9wIDAQAB", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.1" } |