Qrify

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

Qrify là gì?

Qrify là một tiện ích mở rộng Chrome được phát triển bởi https://dekel.bio, và tính năng chính của nó là "QR code generator, the ultimate QRcode generator for the browser, for urls images code and messages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Qrify

Tải xuống các tệp mở rộng Qrify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Qrify Qrify
ID fbjmmcebjamddmdonkdkekepaoemdokc
URL Chính Thức https://chromewebstore.google.com/detail/qrify/fbjmmcebjamddmdonkdkekepaoemdokc
Mô tả QR code generator, the ultimate QRcode generator for the browser, for urls images code and messages.
Kích Thước Tệp 358 KB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 7.0
Cập Nhật Lần Cuối 2023-10-14
Ngày Phát Hành 2023-06-10
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://dekel.bio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hanippa/qrify
URL Trang Chính Sách Bảo Mật https://github.com/Hanippa/Qrify/blob/main/Privacy-policy.md
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}