qr-easy

Help you generate QRCode easily.

qr-easy क्या है?

qr-easy pyleaf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help you generate QRCode easily."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में qr-easy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}