QR anything
Generate QR of anything instantly. Just right click and generate QR of images and links.
什么是QR anything?
QR anything是由https://moin.im开发的Chrome扩展程序,该扩展的主要功能是“Generate QR of anything instantly. Just right click and generate QR of images and links.”。
扩展截图
下载QR anything扩展crx文件
下载QR anything扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A light-weight extension to create QR codes of anything. It generates the QR instantly.
Currently supports:
- Links
- Text
- Images
Just right click on whatever you need the QR for and select 'QR this'. You'll see the QR right away.
Change log
v 0.6.1:
Added Android app link
v 0.6:
Optimised for performance
v0.5.1:
- 'right-click' save option for QR image.
- Developers: 64base code available 扩展基本信息
| 名称 | |
| ID | dpcobhfdocjilgmfdbigakbkkfjclmcl |
| 官方URL | https://chromewebstore.google.com/detail/qr-anything/dpcobhfdocjilgmfdbigakbkkfjclmcl |
| 简介 | Generate QR of anything instantly. Just right click and generate QR of images and links. |
| 文件大小 | 52.87 KB |
| 安装次数 | 593 |
| 当前版本 | 0.6.1 |
| 更新时间 | 2016-02-06 |
| 上架时间 | 2016-02-06 |
| 评分 | 4.60/5 共10次评分 |
| 开发者 | https://moin.im |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "QR anything",
"version": "0.6.1",
"manifest_version": 2,
"description": "Generate QR of anything instantly. Just right click and generate QR of images and links.",
"icons": {
"16": "icons\/16.png",
"28": "icons\/28.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"options_page": "qr.html",
"permissions": [
"contextMenus"
]
} | |