QR URL

Show current web URL as a QRCode so you may scan with your mobile device.

QR URLとは何ですか?

QR URLはhttps://soynerdito.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Show current web URL as a QRCode so you may scan with your mobile device.」です。

拡張機能のスクリーンショット

screenshot

QR URL拡張機能のCRXファイルをダウンロード

QR URL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Show a QR Code for the current URL on the active tab of the browser. Intended so you can scan the barcode with your mobile device and navigate to page without the need of chrome to phone or if you have a non chrome 2 phone compatible device.

Added Context Menu to create QRCode from free text selected from any web page

Added Context Menu to create EAN8 Barcode from free text selected from any web page. EAN8 Barcode is only numeric an accepts up to 8 characters if checksum digit is included. If selection is of 7 characters then checksum is calculated.                    

拡張機能の基本情報

名前 QR URL QR URL
ID nppbdeifhmhjlahlcplebmeklianffba
公式URL https://chromewebstore.google.com/detail/qr-url/nppbdeifhmhjlahlcplebmeklianffba
説明 Show current web URL as a QRCode so you may scan with your mobile device.
ファイルサイズ 5.38 KB
インストール数 1,517
現在のバージョン 3.0
最終更新日 2014-04-01
公開日 2014-03-31
評価 4.29/5 合計 17 レビュー
開発者 https://soynerdito.blogspot.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR URL",
    "version": "3.0",
    "description": "Show current web URL as a QRCode so you may scan with your mobile device.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/chart.apis.google.com\/",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "default_icon": "icon.png",
        "persistent": false,
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    },
    "manifest_version": 2
}