简单 QR 生成器

根据当前页面的 URL 生成 QR 码

简单 QR 生成器란 무엇입니까?

简单 QR 生成器은(는) https://www.gracecode.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "根据当前页面的 URL 生成 QR 码"입니다.

확장 프로그램 스크린샷

screenshot

简单 QR 生成器 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        根据当前 Tab 窗口 URL 生成 QR 码,支持在移动端打开、扫描分享到微信等。

* Share to WeChat: Use WeChat's Mobile client to scan two-dimensional code sharing page to the micro-channel circle of friends.
* Save QR Image: Drag the image to your desktop(or other location what you want), the image type is PNG.

This is an open source project: https://github.com/feelinglucky/chrome-plugin-simple-qr-generator                    

확장 프로그램 기본 정보

이름 简单 QR 生成器 简单 QR 生成器
ID ajaomcmkalmeeahjfdklkcjbljhbokjl
공식 URL https://chromewebstore.google.com/detail/%E7%AE%80%E5%8D%95-qr-%E7%94%9F%E6%88%90%E5%99%A8/ajaomcmkalmeeahjfdklkcjbljhbokjl
설명 根据当前页面的 URL 生成 QR 码
파일 크기 41.07 KB
설치 횟수 2,247
현재 버전 1.1.0
최근 업데이트 2017-01-01
출시 날짜 2016-12-31
평점 4.54/5 총 24 개의 평점
개발자 https://www.gracecode.com
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/feelinglucky/chrome-plugin-simple-qr-generator
지원되는 언어 en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.0",
    "default_locale": "zh_CN",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesp__",
    "icons": {
        "128": "icon_128.png",
        "32": "icon_32.png"
    },
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}