QR Code (Generator and Reader)
Generate QR Code from the url of current page, link or selected text. And decode QR Code in image.
QR Code (Generator and Reader)란 무엇입니까?
QR Code (Generator and Reader)은(는) https://c7x.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate QR Code from the url of current page, link or selected text. And decode QR Code in image."입니다.
확장 프로그램 스크린샷
QR Code (Generator and Reader) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Generate QR Code and decode QR Code.
확장 프로그램 기본 정보
이름 | QR Code (Generator and Reader) |
ID | hkojjajclkgeijhcmfjcjkddfjpaimek |
공식 URL | https://chromewebstore.google.com/detail/qr-code-generator-and-rea/hkojjajclkgeijhcmfjcjkddfjpaimek |
설명 | Generate QR Code from the url of current page, link or selected text. And decode QR Code in image. |
파일 크기 | 40.47 KB |
설치 횟수 | 211,124 |
현재 버전 | 1.3.8 |
최근 업데이트 | 2021-10-30 |
출시 날짜 | 2020-05-20 |
평점 | 4.14/5 총 140 개의 평점 |
개발자 | https://c7x.me |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://hybridapps.net/privacy.htm |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.3.8", "short_name": "__MSG_short_name__", "default_locale": "en", "description": "__MSG_description__", "author": "Cople", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "page_action": { "default_icon": { "16": "icon\/16.png", "19": "icon\/19.png", "32": "icon\/32.png", "38": "icon\/38.png" }, "default_title": "__MSG_generate__", "default_popup": "popup.html" }, "commands": { "_execute_page_action": { "suggested_key": { "default": "Alt+Shift+Q" } } }, "background": { "scripts": [ "js\/vendor\/qrcode.js", "js\/vendor\/qrcode_UTF8.js", "js\/noconflict.js", "js\/vendor\/jsqrcode.min.js", "js\/background.js" ] }, "minimum_chrome_version": "47", "offline_enabled": true, "options_ui": { "chrome_style": true, "page": "options.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus", "activeTab", " |