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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |