URL to QRC

This extension generates a QR Code based on the current url.

什麼是URL to QRC?

URL to QRC是由https://bambitinc.com開發的Chrome擴展程式,該擴展的主要功能是“This extension generates a QR Code based on the current url.”。

擴展截圖

screenshot

下載URL to QRC擴展crx文件

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

擴展使用說明

                        Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly.


This is an Open Source project.  All the source code is hosted on GitHub at https://github.com/bambit/u2q                    

擴展基本資訊

名稱 URL to QRC URL to QRC
ID pchcmphgcelljgbhhpbfidahgjnabgfc
官方網址 https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc
簡介 This extension generates a QR Code based on the current url.
檔案大小 48.46 KB
安裝次數 95
目前版本 1.1
更新時間 2013-03-28
上架時間 2013-03-28
開發者 https://bambitinc.com
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QRC",
    "description": "This extension generates a QR Code based on the current url.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs"
    ]
}