URL 2 QR Code
This extension displays the URL as a QR Code for easy mobile transfer.
URL 2 QR Code란 무엇입니까?
URL 2 QR Code은(는) http://lisaapps.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays the URL as a QR Code for easy mobile transfer."입니다.
확장 프로그램 스크린샷
URL 2 QR Code 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have you ever tried copying a URL from your laptop or desktop computer to your tablet or smartphone? I would copy the url and then email it to myself! What a pain in the butt! So I created: "One-Click URL2QRCODE" One-Click URL2QRCODE is a chrome browser extension that allows you to turn your current tab URL into a QRCode for easy scanning through your camera capable tablet or smart phone.
확장 프로그램 기본 정보
이름 | |
ID | nnegakkhkafagagmedecbbcjcjmonkgb |
공식 URL | https://chrome.google.com/webstore/detail/url-2-qr-code/nnegakkhkafagagmedecbbcjcjmonkgb |
설명 | This extension displays the URL as a QR Code for easy mobile transfer. |
파일 크기 | 7.75 KB |
설치 횟수 | 24 |
현재 버전 | 1.2 |
최근 업데이트 | 2013-12-11 |
출시 날짜 | 2013-12-11 |
개발자 | http://lisaapps.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL 2 QR Code", "short_name": "URL2QRCode", "description": "This extension displays the URL as a QR Code for easy mobile transfer.", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/qrcode.kaywa.com\/", "tabs", "contentSettings", "background" ] } |