1Mobile QR
1Mobile QR
1Mobile QR란 무엇입니까?
1Mobile QR은(는) 1Mobile.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "1Mobile QR"입니다.
확장 프로그램 스크린샷
1Mobile QR 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
1Mobile QR generates QR code that is the current page URL of your Chrome, then you just need to Scan qr code use your phone to open the page or download APKs directly.
확장 프로그램 기본 정보
이름 | 1Mobile QR |
ID | phfialkagiaggadjiamnpkfalklepekf |
공식 URL | https://chromewebstore.google.com/detail/1mobile-qr/phfialkagiaggadjiamnpkfalklepekf |
설명 | 1Mobile QR |
파일 크기 | 35.22 KB |
설치 횟수 | 524 |
현재 버전 | 1.3 |
최근 업데이트 | 2014-07-15 |
출시 날짜 | 2014-07-15 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | 1Mobile.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.1mobile.com/ |
도움말 페이지 URL | http://apk.1mobile.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1Mobile QR", "version": "1.3", "description": "1Mobile QR", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon.png", "default_title": "1Mobile QR", "default_popup": "popup.html" }, "permissions": [ "tabs", "declarativeContent" ], "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2 } |