URC - URL Scanner
To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!
URC - URL Scanner란 무엇입니까?
URC - URL Scanner은(는) https://code.rendrr.xyz/urc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!"입니다.
확장 프로그램 스크린샷
URC - URL Scanner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
To experience a better way to sending links to your associates, this extension comes in handy. one needs to add this extension and then the URL that the person intends to send will automatically get converted into QR Code so that one can just scan this code and open the intended website. This is easy, simple and convenient!
확장 프로그램 기본 정보
이름 | URC - URL Scanner |
ID | fhopklpclhecjilkakgbcogngidomkcl |
공식 URL | https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl |
설명 | To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient! |
파일 크기 | 181 KB |
설치 횟수 | 30 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2017-10-10 |
출시 날짜 | 2017-10-10 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://code.rendrr.xyz/urc |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://code.rendrr.xyz/urc/ |
개인정보 보호 정책 페이지 URL | https://rakcode.com/privacypolicy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URC - URL Scanner", "version": "1.0.4", "manifest_version": 2, "description": "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!", "browser_action": { "default_icon": "icons\/icon48.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/", "history" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "css": [ "css\/inject.css" ], "js": [ "js\/jquery.js", "js\/jquery.popupoverlay.js", "js\/jquery-qrcode.js", "js\/inject.js" ] } ], "chrome_url_overrides": { "history": "history.html" }, "background": { "scripts": [ "js\/background.js" ] } } |