Netlify Quick QR
Automatically generates a QR code for your project on the Netlify overview page.
Apa itu Netlify Quick QR?
Netlify Quick QR adalah ekstensi Chrome yang dikembangkan oleh https://defaced.dev, dan fitur utamanya adalah "Automatically generates a QR code for your project on the Netlify overview page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Netlify Quick QR
Unduh file ekstensi Netlify Quick 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
Install this Chrome extension to quickly generate a QR code for any project.
Informasi Dasar Ekstensi
Nama | Netlify Quick QR |
ID | cgiflfnkfecjmmfkjlmmcdbjklibgpbi |
URL Resmi | https://chromewebstore.google.com/detail/netlify-quick-qr/cgiflfnkfecjmmfkjlmmcdbjklibgpbi |
Deskripsi | Automatically generates a QR code for your project on the Netlify overview page. |
Ukuran File | 50.8 KB |
Jumlah Instalasi | 59 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2023-05-05 |
Tanggal Publikasi | 2020-09-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://defaced.dev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/workeffortwaste/netlify-quick-qr |
URL Halaman Bantuan | https://github.com/workeffortwaste/netlify-quick-qr |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netlify Quick QR", "version": "0.2.0", "description": "Automatically generates a QR code for your project on the Netlify overview page.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.netlify.com\/*" ], "js": [ "qrcode.min.js", "script.js" ] } ] } |