QR code generator

speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly

什麼是QR code generator?

QR code generator是由oksuluf開發的Chrome擴展程式,該擴展的主要功能是“speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly”。

擴展截圖

screenshot
screenshot

下載QR code generator擴展crx文件

下載QR code generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        便捷生成当前页面、图片、视频、音频网址的二维码,手机直接扫描就可以浏览                    

擴展基本資訊

名稱 QR code generator QR code generator
ID akfdjbkhbplepmhekgpcgdipgobjfhef
官方網址 https://chromewebstore.google.com/detail/qr-code-generator/akfdjbkhbplepmhekgpcgdipgobjfhef
簡介 speedy generate QR code for page address, image/audio/video url, mobile phone can scan directly
檔案大小 362 KB
安裝次數 363
目前版本 1.0.0.1002
更新時間 2021-05-14
上架時間 2017-02-26
開發者 oksuluf
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.toptopn.com/privacy.html
支援的語言 en,zh-CN,zh-TW,ja
manifest.json
{
    "version": "1.0.0.1002",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "default_locale": "zh_CN",
    "name": "__MSG_default_title__",
    "description": "__MSG_description__",
    "icons": {
        "16": "img\/19.png",
        "19": "img\/19.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "img\/19.png",
        "default_popup": "pop.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "pop.html"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}