QR Code Reader
Decode QR Codes from image
QR Code Readerคืออะไร?
QR Code Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://c7x.me และคุณลักษณะหลักของมันคือ "Decode QR Codes from image"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Code Reader
ดาวน์โหลดไฟล์ส่วนขยาย QR Code Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Decode QR Codes from image
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | QR Code Reader |
ID | fpaifljagollofidhcdfnpenghcfcblj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/qr-code-reader/fpaifljagollofidhcdfnpenghcfcblj |
คำอธิบาย | Decode QR Codes from image |
ขนาดไฟล์ | 71.68 KB |
จำนวนการติดตั้ง | 79 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-01-10 |
วันที่เผยแพร่ | 2023-01-09 |
ผู้พัฒนา | https://c7x.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://c7x.me/web-extension-privacy-policy.html |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.0.0", "default_locale": "en", "description": "__MSG_description__", "author": "Cople", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "background": { "service_worker": "js\/background.js" }, "minimum_chrome_version": "92", "offline_enabled": true, "options_ui": { "page": "options.html" }, "permissions": [ "contextMenus", "storage", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/api.mixpanel.com\/" ] } |