URL to QR code
This extension generate QR-code with URL of current openned page.
URL to QR code란 무엇입니까?
URL to QR code은(는) https://michurin.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension generate QR-code with URL of current openned page."입니다.
확장 프로그램 스크린샷
URL to QR code 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Еxtension to view URL of current opened page as QR code. It is the simplest way to carry URL from you browser to your (or someone's) mobile device. You can customize - size of image and - error correction levels. And also you can setup URL parts substitutions. For example, extension can automaticaly change http://bbc.com/page to http://m.bbc.com/page. Visit the options page to use these features.
확장 프로그램 기본 정보
이름 | URL to QR code |
ID | ocilemcdjpkpmopdbehigobfjaepcnmm |
공식 URL | https://chromewebstore.google.com/detail/url-to-qr-code/ocilemcdjpkpmopdbehigobfjaepcnmm |
설명 | This extension generate QR-code with URL of current openned page. |
파일 크기 | 11.55 KB |
설치 횟수 | 353 |
현재 버전 | 0.4.0.0 |
최근 업데이트 | 2014-08-18 |
출시 날짜 | 2014-08-18 |
개발자 | https://michurin.github.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/michurin/chrome-extension-url-to-qrcode |
도움말 페이지 URL | https://github.com/michurin/chrome-extension-url-to-qrcode |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QR code", "version": "0.4.0.0", "description": "This extension generate QR-code with URL of current openned page.", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Generate QR code", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "https:\/\/chart.googleapis.com\/", "activeTab", "storage" ], "short_name": "URL 2 QR", "author": "Alexey Michurin |