QRify

This extension allows you to create QR code for selected link/text, Enabling sharing URL/Text to other devices

QRify란 무엇입니까?

QRify은(는) https://damandeepsingh.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to create QR code for selected link/text, Enabling sharing URL/Text to other devices"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

QRify 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This google chrome extension enable user to generate QR code for any selected text/links, or page URL. It makes it easy to share the same info to other devices with QR reader. Passing a link/info to your mobile is very easy, Just select the text/link, right click and select QRify. It will generate the QR code on the screen. Use any QR reader app to open the info on your device.

Many QR reader applications are available for all major mobile platforms.                    

확장 프로그램 기본 정보

이름 QRify QRify
ID nnokneneaanlmkpcibflacfhhneijagl
공식 URL https://chromewebstore.google.com/detail/qrify/nnokneneaanlmkpcibflacfhhneijagl
설명 This extension allows you to create QR code for selected link/text, Enabling sharing URL/Text to other devices
파일 크기 1.35 MB
설치 횟수 325
현재 버전 0.1.8
최근 업데이트 2019-09-20
출시 날짜 2019-09-20
평점 5.00/5 총 4 개의 평점
개발자 https://damandeepsingh.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRify",
    "version": "0.1.8",
    "manifest_version": 2,
    "short_name": "QRify",
    "description": "This extension allows you to create QR code for selected link\/text, Enabling sharing URL\/Text to other devices",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/DamandeepS\/QRify",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "QRify",
        "default_popup": ".\/src\/page_action\/page_action.html"
    },
    "web_accessible_resources": [
        "js\/qr-code.js",
        "src\/page_action\/page_action.html"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "tabs",
        "declarativeContent",
        "clipboardRead"
    ],
    "offline_enabled": true,
    "author": "Damandeep Singh ",
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": false
    }
}