URL to QRC
This extension generates a QR Code based on the current url.
What is URL to QRC?
URL to QRC is a Chrome extension developed by https://bambitinc.com, and its main feature is "This extension generates a QR Code based on the current url.".
Extension Screenshots
Download URL to QRC Extension CRX File
Download URL to QRC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | URL to QRC |
ID | pchcmphgcelljgbhhpbfidahgjnabgfc |
Official URL | https://chromewebstore.google.com/detail/url-to-qrc/pchcmphgcelljgbhhpbfidahgjnabgfc |
Description | This extension generates a QR Code based on the current url. |
File Size | 48.46 KB |
Installation Count | 95 |
Current Version | 1.1 |
Last Updated | 2013-03-28 |
Publish Date | 2013-03-28 |
Developer | https://bambitinc.com |
Payment Type | free |
Supported Languages | 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" ] } |