QR creator
Create QR code for current url.
What is QR creator?
QR creator is a Chrome extension developed by Uğur KINIK, and its main feature is "Create QR code for current url.".
Extension Screenshots
Download QR creator Extension CRX File
Download QR creator 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
When you click extension icon, it shows you a QR code for current webpage. You can use this QR code to reach this website on another device like your smartphones.
Extension Basic Information
Name | QR creator |
ID | bnapnikdipejhnceiohjeldjopimjecf |
Official URL | https://chromewebstore.google.com/detail/qr-creator/bnapnikdipejhnceiohjeldjopimjecf |
Description | Create QR code for current url. |
File Size | 42.96 KB |
Installation Count | 12,382 |
Current Version | 0.3 |
Last Updated | 2021-06-03 |
Publish Date | 2016-08-01 |
Rating | 4.33/5 Total 12 Ratings |
Developer | Uğur KINIK |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/kinix/qr-creator-chrome-extension |
Supported Languages | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.3", "icons": { "16": "icons\/qr.png", "48": "icons\/qr.png", "128": "icons\/qr.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icons\/qr.png", "default_popup": "index.html" }, "manifest_version": 2 } |