QR Code Reader

Decode QR Codes from image

什么是QR Code Reader?

QR Code Reader是由https://c7x.me开发的Chrome扩展程序,该扩展的主要功能是“Decode QR Codes from image”。

扩展截图

screenshot
screenshot

下载QR Code Reader扩展crx文件

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

扩展使用说明

                        Decode QR Codes from image                    

扩展基本信息

名称 QR Code Reader QR Code Reader
ID fpaifljagollofidhcdfnpenghcfcblj
官方URL https://chromewebstore.google.com/detail/qr-code-reader/fpaifljagollofidhcdfnpenghcfcblj
简介 Decode QR Codes from image
文件大小 71.68 KB
安装次数 79
当前版本 1.0.0
更新时间 2023-01-10
上架时间 2023-01-09
开发者 https://c7x.me
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://c7x.me/web-extension-privacy-policy.html
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.0",
    "default_locale": "en",
    "description": "__MSG_description__",
    "author": "Cople",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "minimum_chrome_version": "92",
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/api.mixpanel.com\/"
    ]
}