Scan to Mobile
Take the website with you by scanning a QR code
Scan to Mobile란 무엇입니까?
Scan to Mobile은(는) sheng-tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take the website with you by scanning a QR code"입니다.
확장 프로그램 스크린샷
Scan to Mobile 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Found a delicious recipe on the Web and wonder how to take it to the kitchen with your phone or tablet? This extension makes it an easy task. This extensions works by creating a QR code for the website your are currently visiting. Simply click on the Extension Icon, grab your phone or tablet and use your QR code scanner to scan the QR code popped out on the corner of the screen. It should then open the URL on your mobile browser. Hope you enjoy using it and please do let me know if there are any issues or if you would like to suggest to have some more features added. ★Features★ • Generates QR code instantly using an internal QR code generator. • Scaled the QR code to the optimal size so that it can be captured by the scanner apps easily. • Free to use. No Ads.
확장 프로그램 기본 정보
이름 | Scan to Mobile |
ID | dilhiaglineedflbepfjbbllkakcjjlc |
공식 URL | https://chromewebstore.google.com/detail/scan-to-mobile/dilhiaglineedflbepfjbbllkakcjjlc |
설명 | Take the website with you by scanning a QR code |
파일 크기 | 53.77 KB |
설치 횟수 | 421 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2018-01-03 |
출시 날짜 | 2018-01-03 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | sheng-tech |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scan to Mobile", "description": "Take the website with you by scanning a QR code", "version": "0.0.1", "browser_action": { "default_icon": "image\/icon.png", "default_popup": "view\/index.html" }, "permissions": [ "tabs" ] } |