Quick QRCode
A QRCode creator for Chrome
什麼是Quick QRCode?
Quick QRCode是由chenzhiwei開發的Chrome擴展程式,該擴展的主要功能是“A QRCode creator for Chrome”。
擴展截圖
下載Quick QRCode擴展crx文件
下載Quick QRCode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features ================= * Support context menus * Support custom content * Support running in offline mode * Support creating QRCode for pages, links, images, selected content Feedback ================= https://github.com/chenzhiwei/chrome-quick-qrcode Alternative ================= This one will generate the QR Code in the popup. https://chrome.google.com/webstore/detail/qr-code/cbimgpnbgalffiohilfglgkkhpegpjlo
擴展基本資訊
名稱 | Quick QRCode |
ID | ijoeanckpfaegjkbdmbihinbdpgpcbba |
官方網址 | https://chromewebstore.google.com/detail/quick-qrcode/ijoeanckpfaegjkbdmbihinbdpgpcbba |
簡介 | A QRCode creator for Chrome |
檔案大小 | 51.72 KB |
安裝次數 | 2,304 |
目前版本 | 0.0.4 |
更新時間 | 2020-07-23 |
上架時間 | 2015-03-04 |
評分 | 5.00/5 共 11 次評分 |
開發者 | chenzhiwei |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/chenzhiwei/chrome-quick-qrcode |
說明頁面URL | https://github.com/chenzhiwei/chrome-quick-qrcode |
支援的語言 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.4", "name": "Quick QRCode", "short_name": "Quick QRCode", "description": "__MSG_description__", "offline_enabled": true, "default_locale": "en", "icons": { "16": "icon\/quick-qrcode-16.png", "48": "icon\/quick-qrcode-48.png", "128": "icon\/quick-qrcode-128.png" }, "background": { "persistent": false, "scripts": [ "js\/event.js" ] }, "options_page": "index.html", "browser_action": { "default_title": "__MSG_title__", "default_icon": { "19": "icon\/quick-qrcode-19.png", "38": "icon\/quick-qrcode-38.png" } }, "permissions": [ "tabs", "contextMenus" ] } |