URL to QR

This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.

URL to QR क्या है?

URL to QR JJay द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop."।

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

screenshot

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

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

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

                        Tired of typing the url in your smartPhone browser. Use this smart extension to create a QR code and scan with your phone to browse the page. Highly usefull for web developers and testers.

Please mail your feedback to me: [email protected]                    

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

नाम URL to QR URL to QR
ID ffpdcfbjaahhcgogoekgbellhahephbd
आधिकारिक URL https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd
विवरण This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
फ़ाइल का आकार 33.94 KB
स्थापना संख्या 80
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-12-21
प्रकाशन तिथि 2015-05-19
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर JJay
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR",
    "description": "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "url.html"
    },
    "permissions": [
        "tabs"
    ]
}