Url Share
Share the url through a QR code
Url Share란 무엇입니까?
Url Share은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share the url through a QR code"입니다.
확장 프로그램 스크린샷
Url Share 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click on the extension, QR code gets generated, scan it with your mobile and you can access it on your mobile. Imagine this, you are browsing the web on your laptop, you find a very useful website that you want to share with your friends on whatsapp. If you are like me, you are annoyed with the current methods - emailing to yourself etc. Or maybe you are in a hurry and want to continue reading on your mobile. This has been built for these kind of scenarios.
확장 프로그램 기본 정보
이름 | Url Share |
ID | ekagffpamcaamencfbkjjleflmffmdjg |
공식 URL | https://chromewebstore.google.com/detail/url-share/ekagffpamcaamencfbkjjleflmffmdjg |
설명 | Share the url through a QR code |
파일 크기 | 62.73 KB |
설치 횟수 | 22 |
현재 버전 | 2.0 |
최근 업데이트 | 2015-08-26 |
출시 날짜 | 2015-08-26 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Url Share", "description": "Share the url through a QR code", "version": "2.0", "permissions": [ "activeTab" ], "browser_action": { "default_title": "Share your page", "default_icon": "icon_128.png", "default_popup": "popup.html" }, "icons": { "16": "icon_128.png", "48": "icon_128.png", "128": "icon_128.png" }, "manifest_version": 2 } |