Screen QR Reader
Read the QR code on the screen.
Screen QR Readerคืออะไร?
Screen QR Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tk0111 และคุณลักษณะหลักของมันคือ "Read the QR code on the screen."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Screen QR Reader
ดาวน์โหลดไฟล์ส่วนขยาย Screen QR Reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can read a QR code from an entire screen, window, or Chrome tab to open a web page. It is as simple as clicking the extension icon and selecting the window, etc. that contains the QR code. Features - QR Codes outside the browser can also be scanned. - Simple operation with no confusion
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Screen QR Reader |
ID | ekoaehpknadfoaolagjfdefeopkhfhln |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln |
คำอธิบาย | Read the QR code on the screen. |
ขนาดไฟล์ | 131 KB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2023-01-31 |
วันที่เผยแพร่ | 2023-01-28 |
คะแนน | 3.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | tk0111 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://tkobayashi0111.github.io/webext-privacy-policy |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screen QR Reader", "default_locale": "en", "description": "__MSG_Description__", "version": "0.1.2", "version_name": "0.1.2", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "src\/popup\/popup.html" }, "options_ui": { "page": "src\/options\/options.html", "open_in_tab": true }, "permissions": [ "storage" ] } |