QR Kod Oluşturucu

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

O que é QR Kod Oluşturucu?

QR Kod Oluşturucu é uma extensão do Chrome desenvolvida por Hasan Adıgüzel, e sua principal característica é "Bu eklenti, son kullanıcının girmiş olduğu metinden QR Kod oluşturmak için geliştirilmiştir.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão QR Kod Oluşturucu

Baixe arquivos de extensão QR Kod Oluşturucu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome QR Kod Oluşturucu QR Kod Oluşturucu
ID mlajdeeelocdhmckdgmnadnekmleljnm
URL Oficial https://chromewebstore.google.com/detail/qr-kod-olu%C5%9Fturucu/mlajdeeelocdhmckdgmnadnekmleljnm
Descrição Bu eklenti, son kullanıcının girmiş olduğu metinden QR Kod oluşturmak için geliştirilmiştir.
Tamanho do Arquivo 109 KB
Contagem de Instalações 203
Versão Atual 0.0.3
Última Atualização 2020-09-27
Data de Publicação 2020-04-23
Desenvolvedor Hasan Adıgüzel
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}