QR-Code
Show a QR-Code for the current URL (without relying on some third-party API).
什麼是QR-Code?
QR-Code是由felix.kaiser開發的Chrome擴展程式,該擴展的主要功能是“Show a QR-Code for the current URL (without relying on some third-party API).”。
擴展截圖
下載QR-Code擴展crx文件
下載QR-Code擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Shows a QR-Code for the current URL, or any other text. It uses Kazuhiko Arases JavaScript library (http://www.d-project.com/) to draw the QR codes instead of relying on some third-party web API (like all of the other extensions I looked at.). It's free and open source: https://github.com/fxkr/chrome-qrcode-extension
擴展基本資訊
名稱 | QR-Code |
ID | leicjbimaiecjfljbeikdailcmaadlml |
官方網址 | https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml |
簡介 | Show a QR-Code for the current URL (without relying on some third-party API). |
檔案大小 | 13.5 KB |
安裝次數 | 799 |
目前版本 | 1.0.0 |
更新時間 | 2017-11-21 |
上架時間 | 2017-11-21 |
評分 | 5.00/5 共 1 次評分 |
開發者 | felix.kaiser |
付費類型 | free |
擴展官網 | https://github.com/fxkr/chrome-qrcode-extension |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR-Code", "description": "Show a QR-Code for the current URL (without relying on some third-party API).", "version": "1.0.0", "homepage_url": "https:\/\/github.com\/fxkr\/chrome-qrcode-extension", "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "permissions": [ "tabs" ], "offline_enabled": true, "browser_action": { "default_icon": "icon-16x16.png", "default_popup": "popup.html" } } |