QrURL
create a qrcode from an url
Wat is QrURL?
QrURL is een Chrome-extensie ontwikkeld door https://qrurl.it, en de belangrijkste functie is "create a qrcode from an url".
Extensie Screenshots
Download het CRX-bestand van de extensie QrURL
Download QrURL-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
A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional code) designed to be read by smartphones. Using QRUrl you can translate any literal URI to a QR code and then use it to share your site in the physical world. Basisinformatie over de Extensie
| Naam | |
| ID | ckcagfpjgmmncmkgdilpjbkleijonafi |
| Officiële URL | https://chromewebstore.google.com/detail/qrurl/ckcagfpjgmmncmkgdilpjbkleijonafi |
| Beschrijving | create a qrcode from an url |
| Bestandsgrootte | 14.45 KB |
| Aantal Installaties | 115 |
| Huidige Versie | 0.4.3 |
| Laatst Bijgewerkt | 2017-09-28 |
| Publicatiedatum | 2017-09-28 |
| Ontwikkelaar | https://qrurl.it |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://qrurl.it |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QrURL",
"version": "0.4.3",
"description": "create a qrcode from an url",
"background_page": "background.html",
"browser_action": {
"default_icon": "icon-128.png",
"popup": "popup.html"
},
"homepage_url": "http:\/\/qrurl.it",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |