URL 2 QR Code
This extension displays the URL as a QR Code for easy mobile transfer.
Wat is URL 2 QR Code?
URL 2 QR Code is een Chrome-extensie ontwikkeld door http://lisaapps.com, en de belangrijkste functie is "This extension displays the URL as a QR Code for easy mobile transfer.".
Extensie Screenshots
Download het CRX-bestand van de extensie URL 2 QR Code
Download URL 2 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
Have you ever tried copying a URL from your laptop or desktop computer to your tablet or smartphone? I would copy the url and then email it to myself! What a pain in the butt! So I created: "One-Click URL2QRCODE" One-Click URL2QRCODE is a chrome browser extension that allows you to turn your current tab URL into a QRCode for easy scanning through your camera capable tablet or smart phone.
Basisinformatie over de Extensie
Naam | |
ID | nnegakkhkafagagmedecbbcjcjmonkgb |
Officiële URL | https://chrome.google.com/webstore/detail/url-2-qr-code/nnegakkhkafagagmedecbbcjcjmonkgb |
Beschrijving | This extension displays the URL as a QR Code for easy mobile transfer. |
Bestandsgrootte | 7.75 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-12-11 |
Publicatiedatum | 2013-12-11 |
Ontwikkelaar | http://lisaapps.com |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL 2 QR Code", "short_name": "URL2QRCode", "description": "This extension displays the URL as a QR Code for easy mobile transfer.", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/qrcode.kaywa.com\/", "tabs", "contentSettings", "background" ] } |