URL to QR

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

What is URL to QR?

URL to QR is a Chrome extension developed by JJay, and its main feature is "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.".

Extension Screenshots

screenshot

Download URL to QR Extension CRX File

Download URL to QR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name URL to QR URL to QR
ID ffpdcfbjaahhcgogoekgbellhahephbd
Official URL https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd
Description This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
File Size 33.94 KB
Installation Count 80
Current Version 1.1
Last Updated 2023-12-21
Publish Date 2015-05-19
Rating 4.86/5 Total 7 Ratings
Developer JJay
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a
Supported Languages 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"
    ]
}