URL 2 QR Code

This extension displays the URL as a QR Code for easy mobile transfer.

什麼是URL 2 QR Code?

URL 2 QR Code是由http://lisaapps.com開發的Chrome擴展程式,該擴展的主要功能是“This extension displays the URL as a QR Code for easy mobile transfer.”。

擴展截圖

screenshot

下載URL 2 QR Code擴展crx文件

下載URL 2 QR Code擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Have you ever tried copying a URL from your laptop or desktop computer to your tablet or smartphone?  

I would copy the url and then email it to myself!  

What a pain in the butt!

So I created: "One-Click URL2QRCODE"

One-Click URL2QRCODE is a chrome browser extension that allows you to turn your current tab URL into a QRCode for easy scanning through your camera capable tablet or smart phone.                    

擴展基本資訊

名稱 URL 2 QR Code URL 2 QR Code
ID nnegakkhkafagagmedecbbcjcjmonkgb
官方網址 https://chrome.google.com/webstore/detail/url-2-qr-code/nnegakkhkafagagmedecbbcjcjmonkgb
簡介 This extension displays the URL as a QR Code for easy mobile transfer.
檔案大小 7.75 KB
安裝次數 24
目前版本 1.2
更新時間 2013-12-11
上架時間 2013-12-11
開發者 http://lisaapps.com
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL 2 QR Code",
    "short_name": "URL2QRCode",
    "description": "This extension displays the URL as a QR Code for easy mobile transfer.",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/qrcode.kaywa.com\/",
        "tabs",
        "contentSettings",
        "background"
    ]
}