Offline QR-Code Generator
Generate QR Code without internet connectivity or server lag.
What is Offline QR-Code Generator?
Offline QR-Code Generator is a Chrome extension developed by https://www.pikspeak.com, and its main feature is "Generate QR Code without internet connectivity or server lag.".
Extension Screenshots
Download Offline QR-Code Generator Extension CRX File
Download Offline QR-Code Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Offline QR-Code Generator |
ID | fehmldbcmhbdkofkiaedfejkalnidchm |
Official URL | https://chromewebstore.google.com/detail/offline-qr-code-generator/fehmldbcmhbdkofkiaedfejkalnidchm |
Description | Generate QR Code without internet connectivity or server lag. |
File Size | 49.36 KB |
Installation Count | 10,971 |
Current Version | 1.1 |
Last Updated | 2020-03-03 |
Publish Date | 2020-03-02 |
Rating | 3.79/5 Total 19 Ratings |
Developer | https://www.pikspeak.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/rahulgolwalkar/Offline-QR-Code-Generator |
Help Page URL | https://github.com/rahulgolwalkar/Offline-QR-Code-Generator |
Privacy Policy Page URL | http://tiny.cc/appsprivacy |
Supported Languages | 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" } } |