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!

Hvad er URC - URL Scanner?

URC - URL Scanner er en Chrome-udvidelse udviklet af https://code.rendrr.xyz/urc, og dens hovedfunktion er "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download URC - URL Scanner-udvidelses-CRX-fil

Download URC - URL Scanner-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn URC - URL Scanner URC - URL Scanner
ID fhopklpclhecjilkakgbcogngidomkcl
Officiel URL https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl
Beskrivelse To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!
Filstørrelse 181 KB
Antal Installationer 30
Nuværende Version 1.0.4
Senest Opdateret 2017-10-10
Udgivelsesdato 2017-10-10
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://code.rendrr.xyz/urc
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://code.rendrr.xyz/urc/
URL til Fortrolighedspolitik Side https://rakcode.com/privacypolicy.html
Understøttede Sprog 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"
        ]
    }
}