QR Cat
A tool for converting web page url to QR Code, allow you to share link with others.
QR Cat란 무엇입니까?
QR Cat은(는) John He에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool for converting web page url to QR Code, allow you to share link with others."입니다.
확장 프로그램 스크린샷
QR Cat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
QRCat is a QR code generator QRCat allows you to convert web page URLs to QR Code with a Meow button. This will allow you better share the internet with others. - QR Cat converts your current page URL to QRCode. - By clicking on "Meow", QR Cat will generate QRCodes for you. - QR Cat allows you to generate and download QR codes. - Once downloaded, QR Cat does not need internet to function.
확장 프로그램 기본 정보
이름 | QR Cat |
ID | jckjibkcgpglnlpgaonbhincpddnbeia |
공식 URL | https://chromewebstore.google.com/detail/qr-cat/jckjibkcgpglnlpgaonbhincpddnbeia |
설명 | A tool for converting web page url to QR Code, allow you to share link with others. |
파일 크기 | 56.88 KB |
설치 횟수 | 32 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2019-08-04 |
출시 날짜 | 2019-08-04 |
개발자 | John He |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A tool for converting web page url to QR Code, allow you to share link with others.", "version": "1.0.2", "manifest_version": 2, "name": "QR Cat", "short_name": "qrcat", "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "tabs" ], "current_locale": "en_US" } |