URL Scanner and QR Codes

Quickly get the Website, Text, Call, Messages on your phones using simple and advanced QR codes features.

URL Scanner and QR Codes क्या है?

URL Scanner and QR Codes QuickQRCode द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly get the Website, Text, Call, Messages on your phones using simple and advanced QR codes features."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Have you ever felt the need to quickly open an URL on your smartphone while browsing the page on your desktop or laptop? Entering it manually in your mobile browser address bar, copying and sending it via email or messenger are some of the tedious ways to achieve it. How about a QR code scanner add-on to your chrome browser which embeds the same URL? Use your favorite QR code scanner and open the webpage in your mobile browser.

Benefits provided by URL Scanner:
# Quick Access
# Minimal effort
# Save time

1. Add the plugin as a chrome extension.
2. To access the URL on your smart device, click on the plugin icon, a QR code for the current page is shown on the screen.
3. Read the QR code with your smartphone and quickly access the URL in your device with minimal effort.                    

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

नाम URL Scanner and QR Codes URL Scanner and QR Codes
ID binplchlokfjknlnakmhdmflkjncfpad
आधिकारिक URL https://chromewebstore.google.com/detail/url-scanner-and-qr-codes/binplchlokfjknlnakmhdmflkjncfpad
विवरण Quickly get the Website, Text, Call, Messages on your phones using simple and advanced QR codes features.
फ़ाइल का आकार 91.79 KB
स्थापना संख्या 12,253
वर्तमान संस्करण 2.0
अंतिम अपडेट 2022-08-11
प्रकाशन तिथि 2017-06-22
रेटिंग 3.73/5 कुल 30 रेटिंग्स
डेवलपर QuickQRCode
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://cloudqrcode.web.app/privacy.htm
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2.0",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}