Direct URL to QR Code

Generate QR Code From current URL

什么是Direct URL to QR Code?

Direct URL to QR Code是由chanreal开发的Chrome扩展程序,该扩展的主要功能是“Generate QR Code From current URL”。

扩展截图

screenshot
screenshot

下载Direct URL to QR Code扩展crx文件

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

扩展使用说明

                        Share your current URL with mobile phone using QR Code by one click.                    

扩展基本信息

名称 Direct URL to QR Code Direct URL to QR Code
ID dmjngnlocikcdplcdhcglehjajmbdhlg
官方URL https://chromewebstore.google.com/detail/direct-url-to-qr-code/dmjngnlocikcdplcdhcglehjajmbdhlg
简介 Generate QR Code From current URL
文件大小 52.62 KB
安装次数 2,278
当前版本 1.2.4
更新时间 2021-04-29
上架时间 2013-01-11
评分 4.12/5 共17次评分
开发者 chanreal
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Direct URL to QR Code",
    "version": "1.2.4",
    "manifest_version": 2,
    "description": "Generate QR Code From current URL",
    "browser_action": {
        "default_title": "Generate QR Code From current URL",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}