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
Eメール [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"
}