QR Code for URL

This extension shows QR code for the current URL

什麼是QR Code for URL?

QR Code for URL是由khandaa開發的Chrome擴展程式,該擴展的主要功能是“This extension shows QR code for the current URL”。

擴展截圖

screenshot

下載QR Code for URL擴展crx文件

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

擴展使用說明

                        This extension creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc).

Anyone who wants to share links through the mobile, this will be an easy way to share the URL.                    

擴展基本資訊

名稱 QR Code for URL QR Code for URL
ID occafnjlngbhpeecondimabioglncpbd
官方網址 https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd
簡介 This extension shows QR code for the current URL
檔案大小 5.48 KB
安裝次數 17
目前版本 1.0
更新時間 2017-06-16
上架時間 2017-06-16
評分 4.00/5 共 1 次評分
開發者 khandaa
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code for URL",
    "description": "This extension shows QR code for the current URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "qr_copyurl.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/chart.googleapis.com\/chart"
    ]
}