QR URL Transfer
Transfer a web page address to a smartphone using QR-code
What is QR URL Transfer?
QR URL Transfer is a Chrome extension developed by Eoos Ventures, and its main feature is "Transfer a web page address to a smartphone using QR-code".
Extension Screenshots
Download QR URL Transfer Extension CRX File
Download QR URL Transfer 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
Tired of typing? This small extension enables you to share the URL of the current web page to your smartphone or any other device that can process QR codes. Instructions: browse to the web address which you want to share, click the QR icon, scan the generated QR code with the QR app on your smartphone.
Extension Basic Information
Name | QR URL Transfer |
ID | iojkbccgdkfpbffpdbkmahhkigbhhmbn |
Official URL | https://chromewebstore.google.com/detail/qr-url-transfer/iojkbccgdkfpbffpdbkmahhkigbhhmbn |
Description | Transfer a web page address to a smartphone using QR-code |
File Size | 63.23 KB |
Installation Count | 83 |
Current Version | 0.0.0.1 |
Last Updated | 2018-02-10 |
Publish Date | 2018-02-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Eoos Ventures |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR URL Transfer", "description": "Transfer a web page address to a smartphone using QR-code", "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "hello.html", "default_icon": "16-icon.png" }, "icons": { "16": "16-icon.png", "48": "48-icon.png", "128": "128-icon.png" }, "permissions": [ "activeTab" ] } |