QR Code for URL

This extension shows QR code for the current URL

Co to jest QR Code for URL?

QR Code for URL to rozszerzenie Chrome opracowane przez khandaa, a jego główną funkcją jest „This extension shows QR code for the current URL”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia QR Code for URL

Pobierz pliki rozszerzeń QR Code for URL 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

                        This extension creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc).

Anyone who wants to share links through the mobile, this will be an easy way to share the URL.                    

Podstawowe informacje o rozszerzeniu

Nazwa QR Code for URL QR Code for URL
ID occafnjlngbhpeecondimabioglncpbd
Oficjalny URL https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd
Opis This extension shows QR code for the current URL
Rozmiar pliku 5.48 KB
Liczba instalacji 17
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-06-16
Data Publikacji 2017-06-16
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper khandaa
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Code for URL",
    "description": "This extension shows QR code for the current URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "qr_copyurl.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/chart.googleapis.com\/chart"
    ]
}