QR Codematic

QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.

Co to jest QR Codematic?

QR Codematic to rozszerzenie Chrome opracowane przez slawkacz, a jego główną funkcją jest „QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia QR Codematic

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

                        QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text. You can then scan the QR code with your mobile phone and have it load the encoded web address or text. But there is more! QR Codematic also includes a QR code scanner: hold any QR code in front of your computer's camera, and your web browser does the rest.                    

Podstawowe informacje o rozszerzeniu

Nazwa QR Codematic QR Codematic
ID khakhkjmaepkaoalafajalgiepgpkgmn
Oficjalny URL https://chromewebstore.google.com/detail/qr-codematic/khakhkjmaepkaoalafajalgiepgpkgmn
Opis QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.
Rozmiar pliku 121 KB
Liczba instalacji 310
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2018-10-10
Data Publikacji 2018-10-10
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper slawkacz
Typ Płatności free
Strona Rozszerzenia http://github.com/slawkacz
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QR Codematic",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "QR Codematic allows you to easily generate QR codes for any site you visit, or even for selected text.",
    "icons": {
        "16": "icons\/qr_reader_icon_16x16.png",
        "19": "icons\/qr_reader_icon_19x19.png",
        "48": "icons\/qr_reader_icon_48x48.png",
        "64": "icons\/qr_reader_icon_64x64.png",
        "128": "icons\/qr_reader_icon_128x128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/qr_reader_icon_19x19.png",
        "default_title": "Opera QR Code generator",
        "default_popup": "src\/page_action\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; script-src 'self'",
    "web_accessible_resources": [
        "images\/*",
        "css\/*"
    ]
}