URC - URL Scanner

To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!

What is URC - URL Scanner?

URC - URL Scanner is a Chrome extension developed by https://code.rendrr.xyz/urc, and its main feature is "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download URC - URL Scanner Extension CRX File

Download URC - URL Scanner 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

                        To experience a better way to sending links to your associates, this extension comes in handy. one needs to add this extension and then the URL that the person intends to send will automatically get converted into QR Code so that one can just scan this code and open the intended website. This is easy, simple and convenient!                    

Extension Basic Information

Name URC - URL Scanner URC - URL Scanner
ID fhopklpclhecjilkakgbcogngidomkcl
Official URL https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl
Description To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!
File Size 181 KB
Installation Count 30
Current Version 1.0.4
Last Updated 2017-10-10
Publish Date 2017-10-10
Rating 5.00/5 Total 2 Ratings
Developer https://code.rendrr.xyz/urc
Email [email protected]
Payment Type free
Extension Website http://code.rendrr.xyz/urc/
Privacy Policy Page URL https://rakcode.com/privacypolicy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URC - URL Scanner",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!",
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/favicon\/",
        "history"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery.popupoverlay.js",
                "js\/jquery-qrcode.js",
                "js\/inject.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "history": "history.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}