URL 2 QR Code
This extension displays the URL as a QR Code for easy mobile transfer.
Vad är URL 2 QR Code?
URL 2 QR Code är en Chrome-tillägg utvecklad av http://lisaapps.com, och dess huvudfunktion är "This extension displays the URL as a QR Code for easy mobile transfer.".
Tilläggsskärmbilder
Ladda ner URL 2 QR Code-förlängningens CRX-fil
Ladda ner URL 2 QR Code-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | nnegakkhkafagagmedecbbcjcjmonkgb |
Officiell webbadress | https://chrome.google.com/webstore/detail/url-2-qr-code/nnegakkhkafagagmedecbbcjcjmonkgb |
Beskrivning | This extension displays the URL as a QR Code for easy mobile transfer. |
Filstorlek | 7.75 KB |
Antal Installationer | 24 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2013-12-11 |
Publiceringsdatum | 2013-12-11 |
Utvecklare | http://lisaapps.com |
Betalningssätt | free |
Stödda Språk | 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" ] } |