QR Helper

Qr code helper, generated qr code by the current page URL; Parsing a qr code on a page

What is QR Helper?

QR Helper is a Chrome extension developed by 米空格, and its main feature is "Qr code helper, generated qr code by the current page URL; Parsing a qr code on a page".

Extension Screenshots

screenshot
screenshot

Download QR Helper Extension CRX File

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

                        二维码小助手
1. 根据当前页面URL生成二维码
2. 解析页面上某个二维码                    

Extension Basic Information

Name QR Helper QR Helper
ID acdfkjjfbghehjbojgnmjijpbgahmhee
Official URL https://chromewebstore.google.com/detail/qr-helper/acdfkjjfbghehjbojgnmjijpbgahmhee
Description Qr code helper, generated qr code by the current page URL; Parsing a qr code on a page
File Size 156 KB
Installation Count 3,469
Current Version 0.2.1
Last Updated 2016-10-14
Publish Date 2016-10-14
Rating 4.83/5 Total 12 Ratings
Developer 米空格
Payment Type free
Extension Website http://www.laoshu133.com/post/qr_helper.html?from=qr_helper
Help Page URL http://www.laoshu133.com/post/qr_helper.html?from=qr_helper
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2.1",
    "name": "__MSG_name__",
    "default_locale": "zh_CN",
    "description": "__MSG_description__",
    "icons": {
        "48": "images\/icon_32.png",
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/jsqrcode.js",
            "js\/config.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html"
}