QR Codematic

QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.

What is QR Codematic?

QR Codematic is a Chrome extension developed by slawkacz, and its main feature is "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download QR Codematic Extension CRX File

Download QR Codematic 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

                        QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text. You can then scan the QR code with your mobile phone and have it load the encoded web address or text. But there is more! QR Codematic also includes a QR code scanner: hold any QR code in front of your computer's camera, and your web browser does the rest.                    

Extension Basic Information

Name QR Codematic QR Codematic
ID khakhkjmaepkaoalafajalgiepgpkgmn
Official URL https://chromewebstore.google.com/detail/qr-codematic/khakhkjmaepkaoalafajalgiepgpkgmn
Description QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.
File Size 121 KB
Installation Count 310
Current Version 1.1.2
Last Updated 2018-10-10
Publish Date 2018-10-10
Rating 4.33/5 Total 6 Ratings
Developer slawkacz
Payment Type free
Extension Website http://github.com/slawkacz
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Codematic",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.",
    "icons": {
        "16": "icons\/qr_reader_icon_16x16.png",
        "19": "icons\/qr_reader_icon_19x19.png",
        "48": "icons\/qr_reader_icon_48x48.png",
        "64": "icons\/qr_reader_icon_64x64.png",
        "128": "icons\/qr_reader_icon_128x128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/qr_reader_icon_19x19.png",
        "default_title": "Opera QR Code generator",
        "default_popup": "src\/page_action\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; script-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "css\/*"
    ]
}