Free QR-Code Generator
Customize the design, add a logo, enter the required information and create a QR code!
什么是Free QR-Code Generator?
Free QR-Code Generator是由https://free-qr.com开发的Chrome扩展程序,该扩展的主要功能是“Customize the design, add a logo, enter the required information and create a QR code!”。
扩展截图
下载Free QR-Code Generator扩展crx文件
下载Free QR-Code Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Generator QR code will help you create QR codes easy, for free of charge and without registration. The QR code will be available for download in PNG, EPS and vector SVG formats.
扩展基本信息
名称 | Free QR-Code Generator |
ID | mienaogfjihpcafkcpghjgalmfpoilia |
官方URL | https://chromewebstore.google.com/detail/free-qr-code-generator/mienaogfjihpcafkcpghjgalmfpoilia |
简介 | Customize the design, add a logo, enter the required information and create a QR code! |
文件大小 | 333 KB |
安装次数 | 359 |
当前版本 | 1.0.1 |
更新时间 | 2021-01-21 |
上架时间 | 2021-01-21 |
评分 | 5.00/5 共1次评分 |
开发者 | https://free-qr.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://free-qr.com/ |
帮助页面URL | https://free-qr.com/ |
隐私政策页面URL | https://free-qr.com/privacy-policy |
支持的语言 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "page": "back.html", "persistent": false }, "browser_action": { "default_icon": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "default_popup": "index.html", "default_title": "Free QR-Code Generator" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "content_security_policy": "script-src 'self' https:\/\/free-qr.com\/ object-src 'self'", "default_locale": "en", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [ "options.html" ], "homepage_url": "https:\/\/free-qr.com\/", "name": "Free QR-Code Generator", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "permissions": [ "https:\/\/free-qr.com\/" ] } |