Easy QR-Code Generator

Make QR Codes from the Current Tab or specified URL.

什麼是Easy QR-Code Generator?

Easy QR-Code Generator是由Benjamin Klein開發的Chrome擴展程式,該擴展的主要功能是“Make QR Codes from the Current Tab or specified URL.”。

下載Easy QR-Code Generator擴展crx文件

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

擴展使用說明

                        Easy SVG QR-Code Generator

With this extension you quickly and easily create a QR code.
Enter a URL or Text on your own or use the url from the current tab. 
Download the QR-Code directly to your file system.

Save as SVG
Save as PNG

- No Extra Page loading.
- No Ads.                    

擴展基本資訊

名稱 Easy QR-Code Generator Easy QR-Code Generator
ID fjoekbgbgapgnppnlanicmnlfpfgbelo
官方網址 https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo
簡介 Make QR Codes from the Current Tab or specified URL.
檔案大小 108 KB
安裝次數 117
目前版本 1.0.2
更新時間 2014-04-28
上架時間 2014-04-28
評分 5.00/5 共 2 次評分
開發者 Benjamin Klein
付費類型 free
說明頁面URL http://touchdata.net
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy QR-Code Generator",
    "description": "Make QR Codes from the Current Tab or specified URL.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "request.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "offline_enabled": false,
    "short_name": "QR-Code Gen"
}