QR-Code

Show a QR-Code for the current URL (without relying on some third-party API).

QR-Code क्या है?

QR-Code felix.kaiser द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show a QR-Code for the current URL (without relying on some third-party API)."।

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

screenshot

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

crx प्रारूप में QR-Code एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Shows a QR-Code for the current URL, or any other text.

It uses Kazuhiko Arases JavaScript library (http://www.d-project.com/) to draw the QR codes instead of relying on some third-party web API (like all of the other extensions I looked at.).

It's free and open source: https://github.com/fxkr/chrome-qrcode-extension                    

एक्सटेंशन की मूल जानकारी

नाम QR-Code QR-Code
ID leicjbimaiecjfljbeikdailcmaadlml
आधिकारिक URL https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml
विवरण Show a QR-Code for the current URL (without relying on some third-party API).
फ़ाइल का आकार 13.5 KB
स्थापना संख्या 799
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2017-11-21
प्रकाशन तिथि 2017-11-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर felix.kaiser
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/fxkr/chrome-qrcode-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR-Code",
    "description": "Show a QR-Code for the current URL (without relying on some third-party API).",
    "version": "1.0.0",
    "homepage_url": "https:\/\/github.com\/fxkr\/chrome-qrcode-extension",
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "permissions": [
        "tabs"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon-16x16.png",
        "default_popup": "popup.html"
    }
}