QRCodie - QR Code Generator
A simple QR Code generator.
QRCodie - QR Code Generatorคืออะไร?
QRCodie - QR Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Angus Zhu และคุณลักษณะหลักของมันคือ "A simple QR Code generator."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QRCodie - QR Code Generator
ดาวน์โหลดไฟล์ส่วนขยาย QRCodie - QR Code Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple and beautiful QR Code generator.
Generates the QR Code of the website or any other text contents.
What's new in 3.0
- Brand new UI design
- More appearance customization options ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bphdkmejkbcfcglcgmmbmjggafkgfjcm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qrcodie-qr-code-generator/bphdkmejkbcfcglcgmmbmjggafkgfjcm |
| คำอธิบาย | A simple QR Code generator. |
| ขนาดไฟล์ | 124 KB |
| จำนวนการติดตั้ง | 563 |
| เวอร์ชันปัจจุบัน | 3.0.0 |
| อัปเดตครั้งล่าสุด | 2023-10-26 |
| วันที่เผยแพร่ | 2015-07-23 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Angus Zhu |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://ie.framer.website/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://ie.framer.website/privacy |
| ภาษาที่รองรับ | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_ext_name__",
"short_name": "QRCodie",
"version": "3.0.0",
"description": "__MSG_ext_desc__",
"icons": {
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
},
"action": {
"default_title": "__MSG_generate_code__",
"default_popup": "popup.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"permissions": [
"storage",
"activeTab",
"clipboardRead"
],
"default_locale": "en",
"minimum_chrome_version": "88"
} | |