QR Code Maker and Decoder

QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.

QR Code Maker and Decoder क्या है?

QR Code Maker and Decoder Smart Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image."।

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

screenshot
screenshot

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

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

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

                        Creates a right-click context menu for making a QR Code from the current page, link or selected text. 
Text, URL, phone numbers, SMS and contacts are supported.
You can also decode QR code from image.

Published the extension since 2011
Updated to the manifest v3 in December 2023                    

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

नाम QR Code Maker and Decoder QR Code Maker and Decoder
ID ekkkpjnnhmokcnfdllcgldppopnneooi
आधिकारिक URL https://chromewebstore.google.com/detail/qr-code-maker-and-decoder/ekkkpjnnhmokcnfdllcgldppopnneooi
विवरण QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.
फ़ाइल का आकार 39.22 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.9.2.3
अंतिम अपडेट 2023-12-12
प्रकाशन तिथि 2020-05-07
रेटिंग 3.22/5 कुल 46 रेटिंग्स
डेवलपर Smart Software
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://atomurl.net/qrcode/
सहायता पृष्ठ URL https://atomurl.net/qrcode/
गोपनीयता नीति पृष्ठ URL http://iblogbox.com/chrome/tos.php
समर्थित भाषाएँ de,en,fr,nl,no,da,es,it,hu,pl,sk,fi,sv,cs,el,ru,uk,iw,ar,ja,ko
manifest.json
{
    "background": {
        "service_worker": "js\/bg.js"
    },
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon19.png",
        "default_title": "__MSG_ext_name__"
    },
    "name": "__MSG_ext_name__",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "options_page": "options.html",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "version": "0.9.2.3"
}