QR Kod Oluşturucu

Bu eklenti, son kullanıcının girmiş olduğu metinden QR Kod oluşturmak için geliştirilmiştir.

Cos'è QR Kod Oluşturucu?

QR Kod Oluşturucu è un'estensione di Chrome sviluppata da Hasan Adıgüzel, e la sua funzione principale è "Bu eklenti, son kullanıcının girmiş olduğu metinden QR Kod oluşturmak için geliştirilmiştir.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione QR Kod Oluşturucu

Scarica i file di estensione QR Kod Oluşturucu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Bu eklenti ile istediğiniz kelimeleri kullanarak, kullanmış olduğunuz kelimeleri içeren QR Kod oluşturabilirsiniz.

0.0.3 sürümünde ki özellikler;
-Oluşturulan QR Kodu kaydetme.

Bu eklenti Hasan Adıgüzel tarafından geliştirilmiştir.                    

Informazioni di Base sull'Estensione

Nome QR Kod Oluşturucu QR Kod Oluşturucu
ID mlajdeeelocdhmckdgmnadnekmleljnm
URL Ufficiale https://chromewebstore.google.com/detail/qr-kod-olu%C5%9Fturucu/mlajdeeelocdhmckdgmnadnekmleljnm
Descrizione Bu eklenti, son kullanıcının girmiş olduğu metinden QR Kod oluşturmak için geliştirilmiştir.
Dimensione del File 109 KB
Conteggio Installazioni 203
Versione Corrente 0.0.3
Ultimo Aggiornamento 2020-09-27
Data di Pubblicazione 2020-04-23
Sviluppatore Hasan Adıgüzel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Kod Olu\u015fturucu",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Bu eklenti, son kullan\u0131c\u0131n\u0131n girmi\u015f oldu\u011fu metinden QR Kod olu\u015fturmak i\u00e7in geli\u015ftirilmi\u015ftir.",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_action": {
        "default_title": "QR Kod Olu\u015fturucu",
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "MacCtrl+Shift+H"
            },
            "description": "Opens index.html"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}