Google Play QR code generator

Generates a QR code at the Google Play Store

Co to jest Google Play QR code generator?

Google Play QR code generator to rozszerzenie Chrome opracowane przez Tobias DSW, a jego główną funkcją jest „Generates a QR code at the Google Play Store”.

Pobierz plik CRX rozszerzenia Google Play QR code generator

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

                        Created with http://goqr.me/ QR API                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Play QR code generator Google Play QR code generator
ID kapeilbgjcjfiadokjlpjhmedgdlckfe
Oficjalny URL https://chrome.google.com/webstore/detail/google-play-qr-code-gener/kapeilbgjcjfiadokjlpjhmedgdlckfe
Opis Generates a QR code at the Google Play Store
Rozmiar pliku 41.03 KB
Liczba instalacji 115
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2015-01-05
Data Publikacji 2015-01-05
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper Tobias DSW
Typ Płatności free
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Play QR code generator",
    "description": "Generates a QR code at the Google Play Store",
    "version": "1.0.0",
    "icons": {
        "128": "badge128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.google.com\/*"
            ],
            "css": [
                "basic.css"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ]
        }
    ]
}