Qrify

QR code generator, the ultimate QRcode generator for the browser, for urls images code and messages.

什么是Qrify?

Qrify是由https://dekel.bio开发的Chrome扩展程序,该扩展的主要功能是“QR code generator, the ultimate QRcode generator for the browser, for urls images code and messages.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Qrify扩展crx文件

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

扩展使用说明

                        QRify: Your All-in-One QR Code Generator for Chrome

Unleash the power of QR codes with QRify, the ultimate QR code generator designed exclusively for your browser. Seamlessly create QR codes for URLs, images, code snippets, and messages, QRify revolutionizes the way you connect, share, and communicate online.

Unlock a world of possibilities:
🔗 Generate QR codes for URLs: Instantly convert any web address into a scannable QR code, allowing others to effortlessly access your favorite websites, articles, and online resources.

📷 Transform images into QR codes: Turn images into QR codes to effortlessly share pictures, illustrations, and graphics, allowing anyone to access and save them with a simple scan.

💻 Code snippets: Simplify code sharing and collaboration by converting code snippets into QR codes. Share your programming brilliance with colleagues, students, or fellow developers, eliminating the hassle of copy-pasting or cumbersome file transfers.

📩 Encode messages for quick sharing: Craft personalized messages, contact details, or instructions and convert them into QR codes. Share them through emails, social media, or even printed materials, making it easy for others to capture and store the information.

QRify offers unparalleled convenience:
✨ Easy-to-use interface: With QRify, generating QR codes is a breeze. Simply click, customize, and generate high-quality QR codes in seconds, without any technical expertise required.

For more information about our privacy practices, please review our Privacy Policy - github.com/Hanippa/Qrify/blob/main/Privacy-policy.md                    

扩展基本信息

名称 Qrify Qrify
ID fbjmmcebjamddmdonkdkekepaoemdokc
官方URL https://chromewebstore.google.com/detail/qrify/fbjmmcebjamddmdonkdkekepaoemdokc
简介 QR code generator, the ultimate QRcode generator for the browser, for urls images code and messages.
文件大小 358 KB
安装次数 123
当前版本 7.0
更新时间 2023-10-14
上架时间 2023-06-10
评分 5.00/5 共4次评分
开发者 https://dekel.bio
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/hanippa/qrify
隐私政策页面URL https://github.com/Hanippa/Qrify/blob/main/Privacy-policy.md
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Qrify",
    "description": "QR code generator, the ultimate QRcode generator for the browser, for urls images code and messages.",
    "version": "7.0",
    "author": "https:\/\/github.com\/hanippa",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "downloads",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon-128.png"
    }
}