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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

QR anything 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 QR anything QR anything
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"
    ]
}