QR pc to phone
This is a little tool i used to transfer my website url into my phone by using QR code technology.
What is QR pc to phone?
QR pc to phone is a Chrome extension developed by https://maxlibin.com, and its main feature is "This is a little tool i used to transfer my website url into my phone by using QR code technology.".
Extension Screenshots
Download QR pc to phone Extension CRX File
Download QR pc to phone 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
This little tool will generate your current URL into QR code then you can use your phone to scan the qr for current URL and saved into your phone. www.maxlibin.com
Extension Basic Information
Name | QR pc to phone |
ID | cbfnbahpfkphokmcbpnlnfmkpmphhmij |
Official URL | https://chromewebstore.google.com/detail/qr-pc-to-phone/cbfnbahpfkphokmcbpnlnfmkpmphhmij |
Description | This is a little tool i used to transfer my website url into my phone by using QR code technology. |
File Size | 6.37 KB |
Installation Count | 438 |
Current Version | 1.0 |
Last Updated | 2013-01-04 |
Publish Date | 2013-01-04 |
Rating | 4.83/5 Total 6 Ratings |
Developer | https://maxlibin.com |
Payment Type | free |
Extension Website | http://www.maxlibin.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR pc to phone", "version": "1.0", "manifest_version": 2, "description": "This is a little tool i used to transfer my website url into my phone by using QR code technology.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |