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!

Qu'est-ce que URC - URL Scanner ?

URC - URL Scanner est une extension Chrome développée par https://code.rendrr.xyz/urc, et sa fonction principale est "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension URC - URL Scanner

Téléchargez les fichiers d'extension URC - URL Scanner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom URC - URL Scanner URC - URL Scanner
ID fhopklpclhecjilkakgbcogngidomkcl
URL Officiel 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!
Taille du Fichier 181 KB
Nombre d'Installations 30
Version Actuelle 1.0.4
Dernière Mise à Jour 2017-10-10
Date de Publication 2017-10-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://code.rendrr.xyz/urc
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://code.rendrr.xyz/urc/
URL de la Page de Politique de Confidentialité https://rakcode.com/privacypolicy.html
Langues Prises en Charge 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"
        ]
    }
}