Offline QR-Code Generator
Generate QR Code without internet connectivity or server lag.
Offline QR-Code Generatorคืออะไร?
Offline QR-Code Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pikspeak.com และคุณลักษณะหลักของมันคือ "Generate QR Code without internet connectivity or server lag."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Offline QR-Code Generator
ดาวน์โหลดไฟล์ส่วนขยาย Offline QR-Code Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Copy text/URL from your laptop to your mobile phone. Type long text messages to on your laptop and simply transfer them to your mobile with one scan! Offline QR-Code Generator lets you generate QR codes locally without having you to be connected to the internet! Use any 'QR Code' scanner on your iOS/Android device! - Generate QR code instantly ! - No internet connectivity required - Large size QR Code size (400x400) - No server lag - Quick and easy open/close pop-up extension Its light, quick and handles all codes! Generate QR codes for text, URLs, phone numbers, SMS messages, or contacts (vcard). Github source of the extension: https://github.com/rahulgolwalkar/Offline-QR-Code-Generator
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Offline QR-Code Generator |
ID | fehmldbcmhbdkofkiaedfejkalnidchm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/offline-qr-code-generator/fehmldbcmhbdkofkiaedfejkalnidchm |
คำอธิบาย | Generate QR Code without internet connectivity or server lag. |
ขนาดไฟล์ | 49.36 KB |
จำนวนการติดตั้ง | 10,971 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-03-03 |
วันที่เผยแพร่ | 2020-03-02 |
คะแนน | 3.79/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | https://www.pikspeak.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/rahulgolwalkar/Offline-QR-Code-Generator |
URL หน้าช่วยเหลือ | https://github.com/rahulgolwalkar/Offline-QR-Code-Generator |
URL หน้านโยบายความเป็นส่วนตัว | http://tiny.cc/appsprivacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Offline QR-Code Generator", "description": "Generate QR Code without internet connectivity or server lag.", "version": "1.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" } } |