qr-easy

Help you generate QRCode easily.

qr-easy란 무엇입니까?

qr-easy은(는) pyleaf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Help you generate QRCode easily."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

qr-easy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Support QRCode Type:Website、Text、Bookmark、PhoneNumber、SMS、Email

v1.9(2014-11-08)
1、Fixed: Fix some bugs.

v1.7(2013-04-02)
1、Fixed: Fix some bugs.

v1.6(2013-03-23)
1、Fixed: Fix some bugs.
2、Updated: Keep the QRCode of the text on the page.

v1.4(2012-04-29)
1、Fixed: Fix some bugs.
2、Updated: Keep the typesetting of the QRed text on the page.

v1.3 (2012-02-10)
1、Fixed: Fix some bugs.

v1.2 (2012-02-07)
1、Added:To Generate QRCode for image/link/text On the page.
2、Fixed:Improve the experience on the popup page. 

v1.1 (2012-01-20)
1、Added:Auto-Save the state of the popup page                    

확장 프로그램 기본 정보

이름 qr-easy qr-easy
ID dikppcnhjnakmenhmfnakndcebcglmlk
공식 URL https://chromewebstore.google.com/detail/qr-easy/dikppcnhjnakmenhmfnakndcebcglmlk
설명 Help you generate QRCode easily.
파일 크기 168 KB
설치 횟수 522
현재 버전 1.9.0
최근 업데이트 2014-11-08
출시 날짜 2014-11-08
평점 5.00/5 총 2 개의 평점
개발자 pyleaf
결제 유형 free
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "__MSG_BrowserActionTitle__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/lib\/jquery-1.7.1.min.js",
                "scripts\/lib\/jsqr-0.2-min.js",
                "scripts\/lib\/jquery.jsqr.js",
                "scripts\/lib\/jquery.url.js",
                "scripts\/lib\/tools.js",
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/icon.png",
        "16": "img\/icon.png",
        "32": "img\/icon.png",
        "48": "img\/icon.png"
    },
    "name": "__MSG_Name__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "unlimitedStorage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}