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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}