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
官方網址 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
}