QR Codematic

QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.

什麼是QR Codematic?

QR Codematic是由slawkacz開發的Chrome擴展程式,該擴展的主要功能是“QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載QR Codematic擴展crx文件

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

擴展使用說明

                        QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text. You can then scan the QR code with your mobile phone and have it load the encoded web address or text. But there is more! QR Codematic also includes a QR code scanner: hold any QR code in front of your computer's camera, and your web browser does the rest.                    

擴展基本資訊

名稱 QR Codematic QR Codematic
ID khakhkjmaepkaoalafajalgiepgpkgmn
官方網址 https://chromewebstore.google.com/detail/qr-codematic/khakhkjmaepkaoalafajalgiepgpkgmn
簡介 QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.
檔案大小 121 KB
安裝次數 310
目前版本 1.1.2
更新時間 2018-10-10
上架時間 2018-10-10
評分 4.33/5 共 6 次評分
開發者 slawkacz
付費類型 free
擴展官網 http://github.com/slawkacz
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Codematic",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.",
    "icons": {
        "16": "icons\/qr_reader_icon_16x16.png",
        "19": "icons\/qr_reader_icon_19x19.png",
        "48": "icons\/qr_reader_icon_48x48.png",
        "64": "icons\/qr_reader_icon_64x64.png",
        "128": "icons\/qr_reader_icon_128x128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/qr_reader_icon_19x19.png",
        "default_title": "Opera QR Code generator",
        "default_popup": "src\/page_action\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; script-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "css\/*"
    ]
}