QR Code for URL
This extension shows QR code for the current URL
Wat is QR Code for URL?
QR Code for URL is een Chrome-extensie ontwikkeld door khandaa, en de belangrijkste functie is "This extension shows QR code for the current URL".
Extensie Screenshots
Download het CRX-bestand van de extensie QR Code for URL
Download QR Code for URL-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 creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc). Anyone who wants to share links through the mobile, this will be an easy way to share the URL.
Basisinformatie over de Extensie
Naam | |
ID | occafnjlngbhpeecondimabioglncpbd |
Officiële URL | https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd |
Beschrijving | This extension shows QR code for the current URL |
Bestandsgrootte | 5.48 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-06-16 |
Publicatiedatum | 2017-06-16 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | khandaa |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code for URL", "description": "This extension shows QR code for the current URL", "version": "1.0", "browser_action": { "default_icon": "qr_copyurl.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/chart.googleapis.com\/chart" ] } |