Offline QR-Code Generator

Generate QR Code without internet connectivity or server lag.

Apa itu Offline QR-Code Generator?

Offline QR-Code Generator adalah ekstensi Chrome yang dikembangkan oleh https://www.pikspeak.com, dan fitur utamanya adalah "Generate QR Code without internet connectivity or server lag.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Offline QR-Code Generator

Unduh file ekstensi Offline QR-Code Generator 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

                        Copy text/URL from your laptop to your mobile phone.
Type long text messages to on your laptop and simply transfer them to your mobile with one scan!
 
Offline QR-Code Generator lets you generate QR codes locally without having you to be connected to the internet!

Use any 'QR Code' scanner on your iOS/Android device!

- Generate QR code instantly ! 
- No internet connectivity required
- Large size QR Code size (400x400)
- No server lag
- Quick and easy open/close pop-up extension

Its light, quick and handles all codes!

Generate QR codes for text, URLs, phone numbers, SMS messages, or contacts (vcard).

Github source of the extension: https://github.com/rahulgolwalkar/Offline-QR-Code-Generator                    

Informasi Dasar Ekstensi

Nama Offline QR-Code Generator Offline QR-Code Generator
ID fehmldbcmhbdkofkiaedfejkalnidchm
URL Resmi https://chromewebstore.google.com/detail/offline-qr-code-generator/fehmldbcmhbdkofkiaedfejkalnidchm
Deskripsi Generate QR Code without internet connectivity or server lag.
Ukuran File 49.36 KB
Jumlah Instalasi 10,971
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-03-03
Tanggal Publikasi 2020-03-02
Penilaian 3.79/5 Total 19 Penilaian
Pengembang https://www.pikspeak.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/rahulgolwalkar/Offline-QR-Code-Generator
URL Halaman Bantuan https://github.com/rahulgolwalkar/Offline-QR-Code-Generator
URL Halaman Kebijakan Privasi http://tiny.cc/appsprivacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Offline QR-Code Generator",
    "description": "Generate QR Code without internet connectivity or server lag.",
    "version": "1.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}