Page to QR Code
Get a QR code of current page with just one click.
Wat is Page to QR Code?
Page to QR Code is een Chrome-extensie ontwikkeld door Jan Rychtář, en de belangrijkste functie is "Get a QR code of current page with just one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Page to QR Code
Download Page to QR Code-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
Get a QR code of the current page with just one click.
Basisinformatie over de Extensie
Naam | Page to QR Code |
ID | aiilaldmobjhjhlgmpjdchhmbbklphga |
Officiële URL | https://chromewebstore.google.com/detail/page-to-qr-code/aiilaldmobjhjhlgmpjdchhmbbklphga |
Beschrijving | Get a QR code of current page with just one click. |
Bestandsgrootte | 7.89 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2013-02-27 |
Publicatiedatum | 2013-02-27 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Jan Rychtář |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page to QR Code", "version": "1.0.4", "description": "Get a QR code of current page with just one click.", "browser_action": { "default_icon": "icon-19.png", "default_title": "Page to QR" }, "icons": { "16": "icon-16.png", "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "manifest_version": 2, "content_security_policy": "default-src 'none'; script-src 'self'" } |