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!

Co je URC - URL Scanner?

URC - URL Scanner je rozšíření Chrome vyvinuté https://code.rendrr.xyz/urc, a jeho hlavní funkcí je „To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření URC - URL Scanner

Stáhněte si soubory rozšíření URC - URL Scanner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název URC - URL Scanner URC - URL Scanner
ID fhopklpclhecjilkakgbcogngidomkcl
Oficiální URL https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl
Popis To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!
Velikost souboru 181 KB
Počet instalací 30
Aktuální Verze 1.0.4
Poslední Aktualizace 2017-10-10
Datum Vydání 2017-10-10
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://code.rendrr.xyz/urc
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://code.rendrr.xyz/urc/
URL Stránky Zásad Ochrany Soukromí https://rakcode.com/privacypolicy.html
Podporované Jazyky 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"
        ]
    }
}