URL to QR

This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.

Apa itu URL to QR?

URL to QR adalah ekstensi Chrome yang dikembangkan oleh JJay, dan fitur utamanya adalah "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi URL to QR

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

                        Tired of typing the url in your smartPhone browser. Use this smart extension to create a QR code and scan with your phone to browse the page. Highly usefull for web developers and testers.

Please mail your feedback to me: [email protected]                    

Informasi Dasar Ekstensi

Nama URL to QR URL to QR
ID ffpdcfbjaahhcgogoekgbellhahephbd
URL Resmi https://chromewebstore.google.com/detail/url-to-qr/ffpdcfbjaahhcgogoekgbellhahephbd
Deskripsi This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.
Ukuran File 33.94 KB
Jumlah Instalasi 80
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-12-21
Tanggal Publikasi 2015-05-19
Penilaian 4.86/5 Total 7 Penilaian
Pengembang JJay
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QR",
    "description": "This extension will convert url into a QR code. Use your SmartPhone to browse the page from desktop.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "url.html"
    },
    "permissions": [
        "tabs"
    ]
}