QR Code Maker
This Extension allow the user to quickly create QR Codes with the current url
¿Qué es QR Code Maker?
QR Code Maker es una extensión de Chrome desarrollada por Nick Remijn, y su función principal es "This Extension allow the user to quickly create QR Codes with the current url".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión QR Code Maker
Descarga archivos de extensión QR Code Maker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | QR Code Maker |
ID | oihjnlgmlpagpafdmegndjahnbkhcfge |
URL Oficial | https://chromewebstore.google.com/detail/qr-code-maker/oihjnlgmlpagpafdmegndjahnbkhcfge |
Descripción | This Extension allow the user to quickly create QR Codes with the current url |
Tamaño del Archivo | 7.57 KB |
Cantidad de Instalaciones | 629 |
Versión Actual | 1.0.0 |
Última Actualización | 2014-02-16 |
Fecha de Publicación | 2014-02-16 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Nick Remijn |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } } |