QR Code Safety

Generates QR Codes for URL, vCards, Image, phone numbers and many more. Very useful to copy a message, website url to smartphone.

QR Code Safety란 무엇입니까?

QR Code Safety은(는) https://pbion.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generates QR Codes for URL, vCards, Image, phone numbers and many more. Very useful to copy a message, website url to smartphone."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

QR Code Safety 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Generates QR Codes for URL, vCards, Image, phone numbers and many more.
Creates a text or URL QR Code of a website. 

HOW TO INSTALL::
Install -> reload current tab or restart Chrome

HOW TO USE:
1. Right-click on a link, image, player or selected text.
2. Click on the Get QR Code menu.
3. Open your smartphone, start QR Code scan application.

No need to type out with your smartphone again. Very useful to copy a SMS or Whatsapp message, copy website url, image url...

Checking safety url before go to.

Features:

- Generate QR Code for your current page with just one click.
- Turn any of your input into QR Code.
- Select any text on page, then right click to create related QR Code.
- Context menu support.                    

확장 프로그램 기본 정보

이름 QR Code Safety QR Code Safety
ID ojjlgiocbaacpfhpajebdihnpomlfgin
공식 URL https://chromewebstore.google.com/detail/qr-code-safety/ojjlgiocbaacpfhpajebdihnpomlfgin
설명 Generates QR Codes for URL, vCards, Image, phone numbers and many more. Very useful to copy a message, website url to smartphone.
파일 크기 74.76 KB
설치 횟수 177
현재 버전 1.0.3
최근 업데이트 2019-04-29
출시 날짜 2019-04-24
평점 5.00/5 총 2 개의 평점
개발자 https://pbion.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://fbion.com
도움말 페이지 URL https://fbion.com/contact-us.html
개인정보 보호 정책 페이지 URL https://pbion.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "box.css"
            ],
            "js": [
                "jquery.min.js",
                "qrcode.js",
                "box.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Generates QR Codes for URL, vCards, Image, phone numbers and many more. Very useful to copy a message, website url to smartphone.",
    "icons": {
        "16": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html",
        "default_title": "QR Code Safety"
    },
    "manifest_version": 2,
    "name": "QR Code Safety",
    "web_accessible_resources": [
        "\/images\/*.png"
    ],
    "permissions": [
        "background",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0.3"
}