URL2QR

This extension generates a QR code for the current tab's URL.

URL2QR란 무엇입니까?

URL2QR은(는) Nikola Ananiev and Vladimir Stefanov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension generates a QR code for the current tab's URL."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Instantly generate and share a QR Code for your current URL.

QR (Quick Response) is a two-dimensional barcode used to store information in a visual pattern. It is invented by the Denso subsidiary of Toyota in 1994. QR codes are now widely used in advertising and entertainment. Our extension let's you generate a QR code for the currently viewed tab in Chrome Browser. It is visualized via a canvas drawn by the extension. It let's you take your reading onto another device (e.g. your mobile phone or tablet) or share the current URL with your friends.
This way you can continue reading and browsing from your computer onto your mobile device without having to memorize and type the URL. Most mobile operating systems support QR codes and have designated software for using them.
Android has the free and open-source "Bar Code Scanner" in the Google Play Store, while iPhone users might try the "i-nigma QR Code, Data Matrix and 1D barcode reader" or "Scan - QR Code and Barcode Reader" - both available at iTunes.

Note that this Chrome App also allows to use the App offline and does not require any special permissions. After opening it the first time with active internet connection it is made available for offline use.

If you would like to see new features and/or report bugs and feedback, please feel free to do so by contacting us via e-mail.                    

확장 프로그램 기본 정보

이름 URL2QR URL2QR
ID nkiecajlaphenndjpfjoeldeljkgpjec
공식 URL https://chromewebstore.google.com/detail/url2qr/nkiecajlaphenndjpfjoeldeljkgpjec
설명 This extension generates a QR code for the current tab's URL.
파일 크기 45.74 KB
설치 횟수 646
현재 버전 1.0
최근 업데이트 2015-11-10
출시 날짜 2015-11-10
평점 3.73/5 총 15 개의 평점
개발자 Nikola Ananiev and Vladimir Stefanov
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL2QR",
    "description": "This extension generates a QR code for the current tab's URL.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "basic.html"
    },
    "permissions": [
        "tabs"
    ]
}