Offline QR-Code Generator
Generate QR Code without internet connectivity or server lag.
Offline QR-Code Generator là gì?
Offline QR-Code Generator là một tiện ích mở rộng Chrome được phát triển bởi https://www.pikspeak.com, và tính năng chính của nó là "Generate QR Code without internet connectivity or server lag.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Offline QR-Code Generator
Tải xuống các tệp mở rộng Offline QR-Code Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Offline QR-Code Generator |
ID | fehmldbcmhbdkofkiaedfejkalnidchm |
URL Chính Thức | https://chromewebstore.google.com/detail/offline-qr-code-generator/fehmldbcmhbdkofkiaedfejkalnidchm |
Mô tả | Generate QR Code without internet connectivity or server lag. |
Kích Thước Tệp | 49.36 KB |
Số Lần Cài Đặt | 10,971 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2020-03-03 |
Ngày Phát Hành | 2020-03-02 |
Đánh Giá | 3.79/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | https://www.pikspeak.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/rahulgolwalkar/Offline-QR-Code-Generator |
URL Trang Trợ Giúp | https://github.com/rahulgolwalkar/Offline-QR-Code-Generator |
URL Trang Chính Sách Bảo Mật | http://tiny.cc/appsprivacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |