URL to QR code

This extension generate QR-code with URL of current openned page.

URL to QR code क्या है?

URL to QR code https://michurin.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension generate QR-code with URL of current openned page."।

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

screenshot
screenshot

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

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

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

                        Еxtension to view URL of current opened page as QR code.

It is the simplest way to carry URL from you browser to your (or someone's) mobile device.

You can customize

  - size of image and
  - error correction levels.

And also you can setup URL parts substitutions. For example, extension can automaticaly change http://bbc.com/page to http://m.bbc.com/page.

Visit the options page to use these features.                    

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

नाम URL to QR code URL to QR code
ID ocilemcdjpkpmopdbehigobfjaepcnmm
आधिकारिक URL https://chromewebstore.google.com/detail/url-to-qr-code/ocilemcdjpkpmopdbehigobfjaepcnmm
विवरण This extension generate QR-code with URL of current openned page.
फ़ाइल का आकार 11.55 KB
स्थापना संख्या 353
वर्तमान संस्करण 0.4.0.0
अंतिम अपडेट 2014-08-18
प्रकाशन तिथि 2014-08-18
डेवलपर https://michurin.github.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/michurin/chrome-extension-url-to-qrcode
सहायता पृष्ठ URL https://github.com/michurin/chrome-extension-url-to-qrcode
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR code",
    "version": "0.4.0.0",
    "description": "This extension generate QR-code with URL of current openned page.",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_title": "Generate QR code",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/chart.googleapis.com\/",
        "activeTab",
        "storage"
    ],
    "short_name": "URL 2 QR",
    "author": "Alexey Michurin ",
    "homepage_url": "http:\/\/michurin.github.io\/"
}