QR Code Maker
This Extension allow the user to quickly create QR Codes with the current url
Wat is QR Code Maker?
QR Code Maker is een Chrome-extensie ontwikkeld door Nick Remijn, en de belangrijkste functie is "This Extension allow the user to quickly create QR Codes with the current url".
Extensie Screenshots
Download het CRX-bestand van de extensie QR Code Maker
Download QR Code Maker-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
This Extension makes it easier to share links between devices by making a QR Code out of them.
Features:
- Quickly create a QR Code out of the current page URL
- Right click a link to display it as a QR Code
Changelog:
- 1.0.0
- initial Version Basisinformatie over de Extensie
| Naam | |
| ID | oihjnlgmlpagpafdmegndjahnbkhcfge |
| Officiële URL | https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge |
| Beschrijving | This Extension allow the user to quickly create QR Codes with the current url |
| Bestandsgrootte | 7.57 KB |
| Aantal Installaties | 629 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2014-02-16 |
| Publicatiedatum | 2014-02-16 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Nick Remijn |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QR Code Maker",
"description": "This Extension allow the user to quickly create QR Codes with the current url",
"version": "1.0.0",
"icons": {
"16": "icon16.png",
"64": "icon64.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"default_title": "Create QR Code",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
}
} | |