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文件

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

扩展使用说明

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