QR creator
Create QR code for current url.
Wat is QR creator?
QR creator is een Chrome-extensie ontwikkeld door Uğur KINIK, en de belangrijkste functie is "Create QR code for current url.".
Extensie Screenshots
Download het CRX-bestand van de extensie QR creator
Download QR creator-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
When you click extension icon, it shows you a QR code for current webpage. You can use this QR code to reach this website on another device like your smartphones. Basisinformatie over de Extensie
| Naam | |
| ID | bnapnikdipejhnceiohjeldjopimjecf |
| Officiële URL | https://chromewebstore.google.com/detail/qr-creator/bnapnikdipejhnceiohjeldjopimjecf |
| Beschrijving | Create QR code for current url. |
| Bestandsgrootte | 42.96 KB |
| Aantal Installaties | 12,382 |
| Huidige Versie | 0.3 |
| Laatst Bijgewerkt | 2021-06-03 |
| Publicatiedatum | 2016-08-01 |
| Beoordeling | 4.33/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | Uğur KINIK |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/kinix/qr-creator-chrome-extension |
| Ondersteunde Talen | en,tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "0.3",
"icons": {
"16": "icons\/qr.png",
"48": "icons\/qr.png",
"128": "icons\/qr.png"
},
"permissions": [
"tabs"
],
"browser_action": {
"default_icon": "icons\/qr.png",
"default_popup": "index.html"
},
"manifest_version": 2
} | |