URL to QRC

This extension generates a QR Code based on the current url.

Wat is URL to QRC?

URL to QRC is een Chrome-extensie ontwikkeld door https://bambitinc.com, en de belangrijkste functie is "This extension generates a QR Code based on the current url.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie URL to QRC

Download URL to QRC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly.


This is an Open Source project.  All the source code is hosted on GitHub at https://github.com/bambit/u2q                    

Basisinformatie over de Extensie

Naam URL to QRC URL to QRC
ID pchcmphgcelljgbhhpbfidahgjnabgfc
Officiële URL https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc
Beschrijving This extension generates a QR Code based on the current url.
Bestandsgrootte 48.46 KB
Aantal Installaties 95
Huidige Versie 1.1
Laatst Bijgewerkt 2013-03-28
Publicatiedatum 2013-03-28
Ontwikkelaar https://bambitinc.com
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QRC",
    "description": "This extension generates a QR Code based on the current url.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs"
    ]
}