QR Code Generator
Create QR Code quickly
What is QR Code Generator?
QR Code Generator is a Chrome extension developed by https://devehab.com, and its main feature is "Create QR Code quickly".
Extension Screenshots
Download QR Code Generator Extension CRX File
Download 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
Create your own QR Codes! This App generates QR Codes from free text. Features: - Generating QR code quickly. - Material design user interface. - Generate QR code from text messages, phone numbers ,links. - Change the size QR code. - Save QR code on your device. - This app can be used even when there is no connection to the Internet. - Speed in the performance.
Extension Basic Information
Name | QR Code Generator |
ID | eiopkgeeaokbolhdhfebipcneblkelcm |
Official URL | https://chromewebstore.google.com/detail/qr-code-generator/eiopkgeeaokbolhdhfebipcneblkelcm |
Description | Create QR Code quickly |
File Size | 694 KB |
Installation Count | 1,679 |
Current Version | 1.0.4 |
Last Updated | 2016-05-04 |
Publish Date | 2016-05-04 |
Rating | 4.63/5 Total 8 Ratings |
Developer | https://devehab.com |
[email protected] | |
Payment Type | free |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR Code Generator", "version": "1.0.4", "manifest_version": 2, "description": "Create QR Code quickly", "short_name": "Create QR Code", "offline_enabled": true, "default_locale": "en", "icons": { "16": "icon\/icon.png", "48": "icon\/icon.png", "128": "icon\/icon.png" }, "background": { "persistent": false, "scripts": [ "js\/event.js" ] }, "options_page": "index.html", "browser_action": { "default_title": "Quick QR Code", "default_icon": { "19": "icon\/icon.png", "38": "icon\/icon.png" } }, "permissions": [ "tabs", "contextMenus" ], "homepage_url": "http:\/\/devehab.com", "author": "Ehab Kahwati" } |