URL to QRC
This extension generates a QR Code based on the current url.
Vad är URL to QRC?
URL to QRC är en Chrome-tillägg utvecklad av https://bambitinc.com, och dess huvudfunktion är "This extension generates a QR Code based on the current url.".
Tilläggsskärmbilder
Ladda ner URL to QRC-förlängningens CRX-fil
Ladda ner URL to QRC-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
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äggande Information om Tillägg
Namn | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
Officiell webbadress | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
Beskrivning | This extension generates a QR Code based on the current url. |
Filstorlek | 48.46 KB |
Antal Installationer | 95 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2013-03-28 |
Publiceringsdatum | 2013-03-28 |
Utvecklare | https://bambitinc.com |
Betalningssätt | free |
Stödda Språk | 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" ] } |