QR creator

Create QR code for current url.

什麼是QR creator?

QR creator是由Uğur KINIK開發的Chrome擴展程式,該擴展的主要功能是“Create QR code for current url.”。

擴展截圖

screenshot

下載QR creator擴展crx文件

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

擴展使用說明

                        When you click extension icon, it shows you a QR code for current webpage. You can use this QR code to reach this website on another device like your smartphones.                    

擴展基本資訊

名稱 QR creator QR creator
ID bnapnikdipejhnceiohjeldjopimjecf
官方網址 https://chromewebstore.google.com/detail/qr-creator/bnapnikdipejhnceiohjeldjopimjecf
簡介 Create QR code for current url.
檔案大小 42.96 KB
安裝次數 12,382
目前版本 0.3
更新時間 2021-06-03
上架時間 2016-08-01
評分 4.33/5 共 12 次評分
開發者 Uğur KINIK
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/kinix/qr-creator-chrome-extension
支援的語言 en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.3",
    "icons": {
        "16": "icons\/qr.png",
        "48": "icons\/qr.png",
        "128": "icons\/qr.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/qr.png",
        "default_popup": "index.html"
    },
    "manifest_version": 2
}