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!

Apa itu URC - URL Scanner?

URC - URL Scanner adalah ekstensi Chrome yang dikembangkan oleh https://code.rendrr.xyz/urc, dan fitur utamanya adalah "To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi URC - URL Scanner

Unduh file ekstensi URC - URL Scanner dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama URC - URL Scanner URC - URL Scanner
ID fhopklpclhecjilkakgbcogngidomkcl
URL Resmi https://chromewebstore.google.com/detail/urc-url-scanner/fhopklpclhecjilkakgbcogngidomkcl
Deskripsi To experience a better way to sending links to your associates, this extension comes in handy. This is easy, simple and convenient!
Ukuran File 181 KB
Jumlah Instalasi 30
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2017-10-10
Tanggal Publikasi 2017-10-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://code.rendrr.xyz/urc
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://code.rendrr.xyz/urc/
URL Halaman Kebijakan Privasi https://rakcode.com/privacypolicy.html
Bahasa yang Didukung 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"
        ]
    }
}