Page to QR Code

Get a QR code of current page with just one click.

什麼是Page to QR Code?

Page to QR Code是由Jan Rychtář開發的Chrome擴展程式,該擴展的主要功能是“Get a QR code of current page with just one click.”。

擴展截圖

screenshot

下載Page to QR Code擴展crx文件

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

擴展使用說明

                        Get a QR code of the current page with just one click.                    

擴展基本資訊

名稱 Page to QR Code Page to QR Code
ID aiilaldmobjhjhlgmpjdchhmbbklphga
官方網址 https://chromewebstore.google.com/detail/page-to-qr-code/aiilaldmobjhjhlgmpjdchhmbbklphga
簡介 Get a QR code of current page with just one click.
檔案大小 7.89 KB
安裝次數 43
目前版本 1.0.4
更新時間 2013-02-27
上架時間 2013-02-27
評分 3.67/5 共 3 次評分
開發者 Jan Rychtář
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page to QR Code",
    "version": "1.0.4",
    "description": "Get a QR code of current page with just one click.",
    "browser_action": {
        "default_icon": "icon-19.png",
        "default_title": "Page to QR"
    },
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "manifest_version": 2,
    "content_security_policy": "default-src 'none'; script-src 'self'"
}