Smart QRCode

Smart QRCode

Co to jest Smart QRCode?

Smart QRCode to rozszerzenie Chrome opracowane przez ethan, a jego główną funkcją jest „Smart QRCode”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Smart QRCode

Pobierz pliki rozszerzeń Smart QRCode 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

                        Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click.  

Additional options:
* Five different QR code dimensions are supported,  currently 220px,  380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference.
* You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)                    

Podstawowe informacje o rozszerzeniu

Nazwa Smart QRCode Smart QRCode
ID bpneiabdnfmenainoficenddegfhgedo
Oficjalny URL https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo
Opis Smart QRCode
Rozmiar pliku 25.63 KB
Liczba instalacji 125
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-12-03
Data Publikacji 2016-12-02
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper ethan
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart QRCode",
    "description": "Smart QRCode",
    "version": "1.0",
    "author": "Ethan",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}