QRCodie - QR Code Generator
A simple QR Code generator.
什麼是QRCodie - QR Code Generator?
QRCodie - QR Code Generator是由Angus Zhu開發的Chrome擴展程式,該擴展的主要功能是“A simple QR Code generator.”。
擴展截圖
下載QRCodie - QR Code Generator擴展crx文件
下載QRCodie - QR Code Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple and beautiful QR Code generator. Generates the QR Code of the website or any other text contents. What's new in 3.0 - Brand new UI design - More appearance customization options
擴展基本資訊
名稱 | QRCodie - QR Code Generator |
ID | bphdkmejkbcfcglcgmmbmjggafkgfjcm |
官方網址 | https://chromewebstore.google.com/detail/qrcodie-qr-code-generator/bphdkmejkbcfcglcgmmbmjggafkgfjcm |
簡介 | A simple QR Code generator. |
檔案大小 | 124 KB |
安裝次數 | 563 |
目前版本 | 3.0.0 |
更新時間 | 2023-10-26 |
上架時間 | 2015-07-23 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Angus Zhu |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://ie.framer.website/ |
隱私政策頁面URL | https://ie.framer.website/privacy |
支援的語言 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_ext_name__", "short_name": "QRCodie", "version": "3.0.0", "description": "__MSG_ext_desc__", "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "action": { "default_title": "__MSG_generate_code__", "default_popup": "popup.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage", "activeTab", "clipboardRead" ], "default_locale": "en", "minimum_chrome_version": "88" } |