Ultimate QR-code Generator

Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc

Co to jest Ultimate QR-code Generator?

Ultimate QR-code Generator to rozszerzenie Chrome opracowane przez https://protocoder.ru, a jego główną funkcją jest „Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ultimate QR-code Generator

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

                        Creates and show QR-code from page URL, selected or custom texts.

Completely offlline, UTF-8 support.
QR-code can be saved to SVG or HTML.
Variable size, colors, correction level.
Some predefined templates available (WiFi, MECARD, etc)                    

Podstawowe informacje o rozszerzeniu

Nazwa Ultimate QR-code Generator Ultimate QR-code Generator
ID lfbhdbdieippijcbajiijlaaodillagj
Oficjalny URL https://chromewebstore.google.com/detail/ultimate-qr-code-generato/lfbhdbdieippijcbajiijlaaodillagj
Opis Creates / shows / saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc
Rozmiar pliku 143 KB
Liczba instalacji 177
Aktualna Wersja 1.55
Ostatnia Aktualizacja 2017-02-27
Data Publikacji 2017-02-27
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://protocoder.ru
Typ Płatności free
Strona Rozszerzenia http://protocoder.ru/firefox/Ultimate_QR_Generator
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimate QR-code Generator",
    "short_name": "U QRcode Gen",
    "version": "1.55",
    "author": "Protocoder",
    "homepage_url": "http:\/\/protocoder.ru\/firefox\/Ultimate_QR_Generator",
    "description": "Creates \/ shows \/ saves QR-code from page URL, selected or custom texts. Has some QR-templates WiFi, MECARD etc",
    "icons": {
        "16": "icons\/icon.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "notifications"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png"
        },
        "default_title": "Ultimate QR-code Generator",
        "default_popup": "popup\/main.html"
    },
    "background": {
        "scripts": [
            "background\/main.js"
        ]
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+Q"
            }
        }
    }
}