Free QR Code Generator
Fast and simple QR Code Generator
什么是Free QR Code Generator?
Free QR Code Generator是由https://qr.vp43.ru开发的Chrome扩展程序,该扩展的主要功能是“Fast and simple QR Code Generator”。
扩展截图
下载Free QR Code Generator扩展crx文件
下载Free QR Code Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Text link, phone numbers, now all you can encode with this extension! In a matter of seconds you can download, share with a friend qr code, take from your device and read the text from it. Official page http://qr.vp43.ru/ 0.5.0 version New design! With Twitter Bootstrap!
扩展基本信息
名称 | Free QR Code Generator |
ID | ocnmfcnkkcpojobfhhpokjccbjbbmplb |
官方URL | https://chromewebstore.google.com/detail/free-qr-code-generator/ocnmfcnkkcpojobfhhpokjccbjbbmplb |
简介 | Fast and simple QR Code Generator |
文件大小 | 149 KB |
安装次数 | 943 |
当前版本 | 0.5.2 |
更新时间 | 2014-03-16 |
上架时间 | 2014-03-16 |
评分 | 3.56/5 共9次评分 |
开发者 | https://qr.vp43.ru |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://qr.vp43.ru/ |
支持的语言 | en,ru |
manifest.json | |
{ "browser_action": { "default_title": "QR Generator", "default_icon": "icon_19.png", "default_popup": "index.html" }, "icons": { "19": "icon_128.png", "39": "icon_128.png", "48": "icon_128.png", "128": "icon_128.png" }, "manifest_version": 2, "minimum_chrome_version": "17", "name": "Free QR Code Generator", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "__MSG_ext_description__", "default_locale": "en", "version": "0.5.2", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |