QR Code

Generate and Scan QR Code.

什麼是QR Code?

QR Code是由https://guokai.dev開發的Chrome擴展程式,該擴展的主要功能是“Generate and Scan QR Code.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載QR Code擴展crx文件

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

擴展使用說明

                        This extension help you generate QR code for links and text, while supporting scan QR code through context menus, local files and webcam. All functions execute locally on your browser, no data send to server.

1. When you click the extension icon, it shows you QR code for current page URL. And you can change input and download QR code. There are two buttons at the bottom for custom generating and scanning QR code in a new page.

For generating QR code, you can:
• Input any URL or text
• Adjust margin
• Adjust size
• Adjust error correction
• Download as png or svg file.
• Copy to clipboard.

For scanning QR code, it supports:
• Scan an image by it's URL
• Select or drag and drop a local image file
• Scan with camera

2. Through context menus on web page, you can:
• Scan QR Code From Images
• Generate QR Code for Page Link
• Generate QR Code for Selected Text
• Generate QR Code for Link Address
• Generate QR Code for Media(image, audio and video) Address

In addition, it also supports scanning other barcode types on the latest macOS or Chrome OS. For example, on macOS, it supports the recognition of these types of barcodes: "aztec", "code_128", "code_39", "code_93", "data_matrix", "ean_13", "ean_8", "itf", "pdf417", "qr_code" and "upc_e ".                    

擴展基本資訊

名稱 QR Code QR Code
ID cbimgpnbgalffiohilfglgkkhpegpjlo
官方網址 https://chromewebstore.google.com/detail/qr-code/cbimgpnbgalffiohilfglgkkhpegpjlo
簡介 Generate and Scan QR Code.
檔案大小 165 KB
安裝次數 90,562
目前版本 1.3.0
更新時間 2023-08-25
上架時間 2020-04-20
評分 4.69/5 共 36 次評分
開發者 https://guokai.dev
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://guokai.dev/privacy
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.3.0",
    "author": "Guokai Han",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "offline_enabled": true,
    "minimum_chrome_version": "102",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "contextMenus"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "open-generator": {
            "description": "__MSG_commandGenerator__"
        },
        "open-scanner": {
            "description": "__MSG_commandScanner__"
        }
    }
}