Page to QR Code

Get a QR code of current page with just one click.

What is Page to QR Code?

Page to QR Code is a Chrome extension developed by Jan Rychtář, and its main feature is "Get a QR code of current page with just one click.".

Extension Screenshots

screenshot

Download Page to QR Code Extension CRX File

Download Page to QR Code 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

                        Get a QR code of the current page with just one click.                    

Extension Basic Information

Name Page to QR Code Page to QR Code
ID aiilaldmobjhjhlgmpjdchhmbbklphga
Official URL https://chromewebstore.google.com/detail/page-to-qr-code/aiilaldmobjhjhlgmpjdchhmbbklphga
Description Get a QR code of current page with just one click.
File Size 7.89 KB
Installation Count 43
Current Version 1.0.4
Last Updated 2013-02-27
Publish Date 2013-02-27
Rating 3.67/5 Total 3 Ratings
Developer Jan Rychtář
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page to QR Code",
    "version": "1.0.4",
    "description": "Get a QR code of current page with just one click.",
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_title": "Page to QR"
    },
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; script-src 'self'"
}