URL to QRCode

get the qrcode of current url

Co to jest URL to QRCode?

URL to QRCode to rozszerzenie Chrome opracowane przez zhihuzeye, a jego główną funkcją jest „get the qrcode of current url”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia URL to QRCode

Pobierz pliki rozszerzeń URL to QRCode 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

                        The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply.
最快的二维码生成器;
快速获取当前页面地址的二维码。                    

Podstawowe informacje o rozszerzeniu

Nazwa URL to QRCode URL to QRCode
ID hbgipmdmmhiicemlmjglcepdpkodgcpe
Oficjalny URL https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe
Opis get the qrcode of current url
Rozmiar pliku 32.12 KB
Liczba instalacji 158
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-08-15
Data Publikacji 2014-08-14
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper zhihuzeye
Typ Płatności free
Strona Rozszerzenia https://github.com/imyelo/chrome-url-to-qrcode
Adres URL Strony Pomocy https://github.com/imyelo/chrome-url-to-qrcode/issues
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QRCode",
    "version": "1.1",
    "description": "get the qrcode of current url",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "URL to QRCode",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}