Ultimate QR-code Generator

Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc

什么是Ultimate QR-code Generator?

Ultimate QR-code Generator是由https://protocoder.ru开发的Chrome扩展程序,该扩展的主要功能是“Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc”。

扩展截图

screenshot

下载Ultimate QR-code Generator扩展crx文件

下载Ultimate QR-code Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Creates and show QR-code from page URL, selected or custom texts.

Completely offlline, UTF-8 support.
QR-code can be saved to SVG or HTML.
Variable size, colors, correction level.
Some predefined templates available (WiFi, MECARD, etc)                    

扩展基本信息

名称 Ultimate QR-code Generator Ultimate QR-code Generator
ID lfbhdbdieippijcbajiijlaaodillagj
官方URL https://chromewebstore.google.com/detail/ultimate-qr-code-generato/lfbhdbdieippijcbajiijlaaodillagj
简介 Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc
文件大小 143 KB
安装次数 177
当前版本 1.55
更新时间 2017-02-27
上架时间 2017-02-27
评分 5.00/5 共2次评分
开发者 https://protocoder.ru
付费类型 free
扩展官网 http://protocoder.ru/firefox/Ultimate_QR_Generator
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimate QR-code Generator",
    "short_name": "U QRcode Gen",
    "version": "1.55",
    "author": "Protocoder",
    "homepage_url": "http:\/\/protocoder.ru\/firefox\/Ultimate_QR_Generator",
    "description": "Creates \/ shows \/ saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc",
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "Ultimate QR-code Generator",
        "default_popup": "popup\/main.html"
    },
    "background": {
        "scripts": [
            "background\/main.js"
        ]
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Q"
            }
        }
    }
}