QR Code Generator
Create QR Code quickly
什么是QR Code Generator?
QR Code Generator是由https://devehab.com开发的Chrome扩展程序,该扩展的主要功能是“Create QR Code quickly”。
扩展截图
下载QR Code Generator扩展crx文件
下载QR Code Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create your own QR Codes! This App generates QR Codes from free text. Features: - Generating QR code quickly. - Material design user interface. - Generate QR code from text messages, phone numbers ,links. - Change the size QR code. - Save QR code on your device. - This app can be used even when there is no connection to the Internet. - Speed in the performance.
扩展基本信息
名称 | QR Code Generator |
ID | eiopkgeeaokbolhdhfebipcneblkelcm |
官方URL | https://chromewebstore.google.com/detail/qr-code-generator/eiopkgeeaokbolhdhfebipcneblkelcm |
简介 | Create QR Code quickly |
文件大小 | 694 KB |
安装次数 | 1,679 |
当前版本 | 1.0.4 |
更新时间 | 2016-05-04 |
上架时间 | 2016-05-04 |
评分 | 4.63/5 共8次评分 |
开发者 | https://devehab.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR Code Generator", "version": "1.0.4", "manifest_version": 2, "description": "Create QR Code quickly", "short_name": "Create QR Code", "offline_enabled": true, "default_locale": "en", "icons": { "16": "icon\/icon.png", "48": "icon\/icon.png", "128": "icon\/icon.png" }, "background": { "persistent": false, "scripts": [ "js\/event.js" ] }, "options_page": "index.html", "browser_action": { "default_title": "Quick QR Code", "default_icon": { "19": "icon\/icon.png", "38": "icon\/icon.png" } }, "permissions": [ "tabs", "contextMenus" ], "homepage_url": "http:\/\/devehab.com", "author": "Ehab Kahwati" } |