QRL

Convert your URL or any other text into a QR Code to open in your Mobile Device.

Co to jest QRL?

QRL to rozszerzenie Chrome opracowane przez Abhijith Nandagopal, a jego główną funkcją jest „Convert your URL or any other text into a QR Code to open in your Mobile Device.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia QRL

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

                        Prevents you from either typing everything into your mobile device or sending it via Gmail or other tedious methods. Just click the extension to generate a QR Code, scan it and Voila!

It uses only the 'tabs' permission to get the current active tab. 

Codes, Paragraphs, Lyrics, Messages and more can be converted into a QR Code. 

Works completely offline. 
Supported by all mainstream QR Code readers. 

P.S. The 'Reads your browsing history' permission is actually the tabs permission. No data is being stored or misused. Your privacy is of utmost value.                    

Podstawowe informacje o rozszerzeniu

Nazwa QRL QRL
ID pbceohndbholgidpofipojlpfdcimlgf
Oficjalny URL https://chromewebstore.google.com/detail/qrl/pbceohndbholgidpofipojlpfdcimlgf
Opis Convert your URL or any other text into a QR Code to open in your Mobile Device.
Rozmiar pliku 48.59 KB
Liczba instalacji 179
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-10-03
Data Publikacji 2018-10-02
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper Abhijith Nandagopal
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRL",
    "version": "1.0",
    "description": "Convert your URL or any other text into a QR Code to open in your Mobile Device.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Abhijith Nandagopal",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}