QR Code Maker

This Extension allow the user to quickly create QR Codes with the current url

Apa itu QR Code Maker?

QR Code Maker adalah ekstensi Chrome yang dikembangkan oleh Nick Remijn, dan fitur utamanya adalah "This Extension allow the user to quickly create QR Codes with the current url".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi QR Code Maker

Unduh file ekstensi QR Code Maker 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 Extension makes it easier to share links between devices by making a QR Code out of them.

Features: 
- Quickly create a QR Code out of the current page URL
- Right click a link to display it as a QR Code

Changelog:

- 1.0.0
 - initial Version                    

Informasi Dasar Ekstensi

Nama QR Code Maker QR Code Maker
ID oihjnlgmlpagpafdmegndjahnbkhcfge
URL Resmi https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge
Deskripsi This Extension allow the user to quickly create QR Codes with the current url
Ukuran File 7.57 KB
Jumlah Instalasi 629
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2014-02-16
Tanggal Publikasi 2014-02-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Nick Remijn
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Maker",
    "description": "This Extension allow the user to quickly create QR Codes with the current url",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Create QR Code",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}