QR Code Generator

This extension quickly generates a QR Code for url of the current tab.

Co to jest QR Code Generator?

QR Code Generator to rozszerzenie Chrome opracowane przez https://webplusdevelopers.com, a jego główną funkcją jest „This extension quickly generates a QR Code for url of the current tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia QR Code Generator

Pobierz pliki rozszerzeń QR Code Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Quickly generate a QR Code for the URL of the current tab.

To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.                    

Podstawowe informacje o rozszerzeniu

Nazwa QR Code Generator QR Code Generator
ID kndijjedkgagpeefiinpggmfedeigedm
Oficjalny URL https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm
Opis This extension quickly generates a QR Code for url of the current tab.
Rozmiar pliku 53.81 KB
Liczba instalacji 223
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-08-15
Data Publikacji 2014-08-15
Deweloper https://webplusdevelopers.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code Generator",
    "author": "Josephus Paye II",
    "description": "This extension quickly generates a QR Code for url of the current tab.",
    "version": "1.0",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Generate QR Code"
    }
}