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 扩展基本信息
| 名称 | |
| ID | bphdkmejkbcfcglcgmmbmjggafkgfjcm |
| 官方URL | 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"
} | |