URL to Barcode

Website URL to Barcode & Shorten URL

Apa itu URL to Barcode?

URL to Barcode adalah ekstensi Chrome yang dikembangkan oleh Revathi, dan fitur utamanya adalah "Website URL to Barcode & Shorten URL".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi URL to Barcode

Unduh file ekstensi URL to Barcode 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

                        This is very useful and time saving add-on. You can simply click on the add-on icon to generate the barcode. Then use any barcode scanner device to scan and the website URL will be opened.                    

Informasi Dasar Ekstensi

Nama URL to Barcode URL to Barcode
ID clobkklbbnhnfjkeddmhmigmabpgacdo
URL Resmi https://chromewebstore.google.com/detail/url-to-barcode/clobkklbbnhnfjkeddmhmigmabpgacdo
Deskripsi Website URL to Barcode & Shorten URL
Ukuran File 51.39 KB
Jumlah Instalasi 23
Versi Saat Ini 0.3
Terakhir Diperbarui 2019-07-21
Tanggal Publikasi 2019-07-15
Pengembang Revathi
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to Barcode",
    "description": "Website URL to Barcode & Shorten URL",
    "author": "Revathi Ganesh",
    "version": "0.3",
    "icons": {
        "32": "data\/icon.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "data\/icon.png",
        "default_title": "Website URL to Barcode  & Shorten URL",
        "default_popup": "data\/index.html"
    },
    "permissions": [
        "activeTab",
        "webRequest",
        ""
    ],
    "background": {
        "scripts": [
            "data\/barcode.js",
            "data\/jquery.min.js"
        ]
    }
}