URL to QR
This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
URL to QR란 무엇입니까?
URL to QR은(는) JJay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop."입니다.
확장 프로그램 스크린샷
URL to QR 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of typing the url in your smartPhone browser. Use this smart extension to create a QR code and scan with your phone to browse the page. Highly usefull for web developers and testers. Please mail your feedback to me: [email protected]
확장 프로그램 기본 정보
이름 | URL to QR |
ID | ffpdcfbjaahhcgogoekgbellhahephbd |
공식 URL | https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd |
설명 | This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop. |
파일 크기 | 33.94 KB |
설치 횟수 | 80 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-12-21 |
출시 날짜 | 2015-05-19 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | JJay |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QR", "description": "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "url.html" }, "permissions": [ "tabs" ] } |