二维码生成器(Lucky QR Generator)
Transfer URL to QR
二维码生成器(Lucky QR Generator)란 무엇입니까?
二维码生成器(Lucky QR Generator)은(는) lucky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transfer URL to QR"입니다.
확장 프로그램 스크린샷
二维码生成器(Lucky QR Generator) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
二维码生成器(Lucky QR Generator) 1. 方便PC端URL生成二维码,方便手机扫描查看该网站; 2. 方便文本生成二维码; 3. 通常是方便前端开发者使用,尤其在开发端上产品时,方便手机预览效果;
확장 프로그램 기본 정보
이름 | 二维码生成器(Lucky QR Generator) |
ID | oopkanhnleelpejljcihhooabmoakibc |
공식 URL | https://chromewebstore.google.com/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%94%9F%E6%88%90%E5%99%A8lucky-qr-generator/oopkanhnleelpejljcihhooabmoakibc |
설명 | Transfer URL to QR |
파일 크기 | 32.93 KB |
설치 횟수 | 48 |
현재 버전 | 0.9 |
최근 업데이트 | 2017-11-09 |
출시 날짜 | 2017-11-08 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | lucky |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u4e8c\u7ef4\u7801\u751f\u6210\u5668(Lucky QR Generator)", "author": { "name": "Lucky Bai", "mail": "[email protected]" }, "browser_action": { "default_icon": { "16": ".\/images\/icon16.png", "19": ".\/images\/icon19.png", "24": ".\/images\/icon24.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png" }, "default_title": "QR Generator(@Lucky)", "default_popup": "popup.html" }, "version": "0.9", "description": "Transfer URL to QR", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "manifest_version": 2 } |