The QRcode Generator

Generate Qrcode of your current tab and Selection

什麼是The QRcode Generator?

The QRcode Generator是由JohnnyWorks開發的Chrome擴展程式,該擴展的主要功能是“Generate Qrcode of your current tab and Selection”。

擴展截圖

screenshot
screenshot

下載The QRcode Generator擴展crx文件

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

擴展使用說明

                        A Simple tools that can generate QR-Code of your current tab or your selections.

Features:
- Click to get current tab URL into QR Code, Easy to use.
- Can generate QRCode without internet.                    

擴展基本資訊

名稱 The QRcode Generator The QRcode Generator
ID mmjobjkkoeoklejdaclonlkofnaojind
官方網址 https://chromewebstore.google.com/detail/the-qrcode-generator/mmjobjkkoeoklejdaclonlkofnaojind
簡介 Generate Qrcode of your current tab and Selection
檔案大小 66.86 KB
安裝次數 96
目前版本 1.0
更新時間 2014-10-04
上架時間 2014-10-04
開發者 JohnnyWorks
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The QRcode Generator",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Generate Qrcode of your current tab and Selection",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}