URL to QRC
This extension generates a QR Code based on the current url.
Hvad er URL to QRC?
URL to QRC er en Chrome-udvidelse udviklet af https://bambitinc.com, og dens hovedfunktion er "This extension generates a QR Code based on the current url.".
Udvidelsesskærmbilleder
Download URL to QRC-udvidelses-CRX-fil
Download URL to QRC-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Quite often I want to copy a url from my browser to may phone, and rather than typing it manually, this allow me to create and then scan the QR code quickly. This is an Open Source project. All the source code is hosted on GitHub at https://github.com/bambit/u2q
Grundlæggende oplysninger om udvidelsen
Navn | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
Officiel URL | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
Beskrivelse | This extension generates a QR Code based on the current url. |
Filstørrelse | 48.46 KB |
Antal Installationer | 95 |
Nuværende Version | 1.1 |
Senest Opdateret | 2013-03-28 |
Udgivelsesdato | 2013-03-28 |
Udvikler | https://bambitinc.com |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL to QRC", "description": "This extension generates a QR Code based on the current url.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs" ] } |