Quico 快码 QR Code Generator 二维码生成器插件
Productive QR Code Generator with efficiency and elegance, just feeling it on the fly. More than a QR code generator.快码二维,疾行如风。
Quico 快码 QR Code Generator 二维码生成器插件란 무엇입니까?
Quico 快码 QR Code Generator 二维码生成器插件은(는) Bowen Liang 梁博文에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Productive QR Code Generator with efficiency and elegance, just feeling it on the fly. More than a QR code generator.快码二维,疾行如风。"입니다.
확장 프로그램 스크린샷
Quico 快码 QR Code Generator 二维码生成器插件 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A productive QR code toolkit with efficiency and elegance, just feeling it on the fly. More than a QR code generator. 快码二维,疾行如风。可能是最好用最具生产力的二维码工具。 Quico 快码 次世代生产力二维码工具 二维码生成器
확장 프로그램 기본 정보
이름 | Quico 快码 QR Code Generator 二维码生成器插件 |
ID | cobbkmppakjllmgndpfmejaflbjfehci |
공식 URL | https://chromewebstore.google.com/detail/quico-%E5%BF%AB%E7%A0%81-qr-code-generato/cobbkmppakjllmgndpfmejaflbjfehci |
설명 | Productive QR Code Generator with efficiency and elegance, just feeling it on the fly. More than a QR code generator.快码二维,疾行如风。 |
파일 크기 | 1.51 MB |
설치 횟수 | 134 |
현재 버전 | 1.3.4 |
최근 업데이트 | 2016-08-25 |
출시 날짜 | 2016-08-25 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | Bowen Liang 梁博文 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quico \u5feb\u7801 QR Code Generator \u4e8c\u7ef4\u7801\u751f\u6210\u5668\u63d2\u4ef6", "version": "1.3.4", "description": "Productive QR Code Generator with efficiency and elegance, just feeling it on the fly. More than a QR code generator.\u5feb\u7801\u4e8c\u7ef4,\u75be\u884c\u5982\u98ce\u3002", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "permissions": [ "tabs", "storage", "bookmarks", "contextMenus" ], "omnibox": { "keyword": "quico" }, "options_page": "html\/main.html", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_title": "Quico \u4e8c\u7ef4\u7801\u751f\u6210\u5668", "default_popup": "html\/popup.html" } } |