QR-ify
Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…
什么是QR-ify?
QR-ify是由Coby Hausrath开发的Chrome扩展程序,该扩展的主要功能是“Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.…”。
扩展截图
下载QR-ify扩展crx文件
下载QR-ify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera. Adds a single context menu item when text is selected. Clicking it pops up a new tab with the text that was encoded and the QR code. Requires no special permissions to run or external servers to communicate with. Your QR codes stay completely private. Relies heavily on davidshimjs's QRcode.js library: http://d-project.googlecode.com/svn/trunk/misc/qrcode/index.html and Jerome Etienne's jquery.qrcode.js: http://jeromeetienne.github.com/jquery-qrcode/ Source code available on Github: https://github.com/cobyhausrath/QR-ify/
扩展基本信息
名称 | |
ID | biehginleaaocmfcmnghifmoccfkbbko |
官方URL | https://chromewebstore.google.com/detail/qr-ify/biehginleaaocmfcmnghifmoccfkbbko |
简介 | Converts selected text to a QR code. Handy for when you want to get information from one device to another with just a camera.… |
文件大小 | 17.21 KB |
安装次数 | 32 |
当前版本 | 1.1 |
更新时间 | 2014-01-19 |
上架时间 | 2014-01-19 |
开发者 | Coby Hausrath |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR-ify", "version": "1.1", "short_name": "QR-ify", "icons": { "128": "icon128.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "generateQR.js" ] } } |