Easy QR-Code Generator

Make QR Codes from the Current Tab or specified URL.

Co to jest Easy QR-Code Generator?

Easy QR-Code Generator to rozszerzenie Chrome opracowane przez Benjamin Klein, a jego główną funkcją jest „Make QR Codes from the Current Tab or specified URL.”.

Pobierz plik CRX rozszerzenia Easy QR-Code Generator

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

                        Easy SVG QR-Code Generator

With this extension you quickly and easily create a QR code.
Enter a URL or Text on your own or use the url from the current tab. 
Download the QR-Code directly to your file system.

Save as SVG
Save as PNG

- No Extra Page loading.
- No Ads.                    

Podstawowe informacje o rozszerzeniu

Nazwa Easy QR-Code Generator Easy QR-Code Generator
ID fjoekbgbgapgnppnlanicmnlfpfgbelo
Oficjalny URL https://chrome.google.com/webstore/detail/easy-qr-code-generator/fjoekbgbgapgnppnlanicmnlfpfgbelo
Opis Make QR Codes from the Current Tab or specified URL.
Rozmiar pliku 108 KB
Liczba instalacji 117
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2014-04-28
Data Publikacji 2014-04-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Benjamin Klein
Typ Płatności free
Adres URL Strony Pomocy http://touchdata.net
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Easy QR-Code Generator",
    "description": "Make QR Codes from the Current Tab or specified URL.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "request.html"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "downloads"
    ],
    "offline_enabled": false,
    "short_name": "QR-Code Gen"
}