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!

Vad är URC - URL Scanner?

URC - URL Scanner är en Chrome-tillägg utvecklad av https://code.rendrr.xyz/urc, och dess huvudfunktion är "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner URC - URL Scanner-förlängningens CRX-fil

Ladda ner URC - URL Scanner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn URC - URL Scanner URC - URL Scanner
ID fhopklpclhecjilkakgbcogngidomkcl
Officiell webbadress https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl
Beskrivning To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!
Filstorlek 181 KB
Antal Installationer 30
Aktuell Version 1.0.4
Senast Uppdaterad 2017-10-10
Publiceringsdatum 2017-10-10
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://code.rendrr.xyz/urc
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://code.rendrr.xyz/urc/
URL till Sekretesspolicy Sidan https://rakcode.com/privacypolicy.html
Stödda Språk 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"
        ]
    }
}