URL to QRC
This extension generates a QR Code based on the current url.
URL to QRC란 무엇입니까?
URL to QRC은(는) https://bambitinc.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension generates a QR Code based on the current url."입니다.
확장 프로그램 스크린샷
URL to QRC 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly. This is an Open Source project. All the source code is hosted on GitHub at https://github.com/bambit/u2q
확장 프로그램 기본 정보
이름 | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
공식 URL | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
설명 | This extension generates a QR Code based on the current url. |
파일 크기 | 48.46 KB |
설치 횟수 | 95 |
현재 버전 | 1.1 |
최근 업데이트 | 2013-03-28 |
출시 날짜 | 2013-03-28 |
개발자 | https://bambitinc.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRC", "description": "This extension generates a QR Code based on the current url.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs" ] } |