QR SHARE
The user helper program to load a website directly from browser to mobile using QR Code
What is QR SHARE?
QR SHARE is a Chrome extension developed by https://aiesys.blogspot.com, and its main feature is "The user helper program to load a website directly from browser to mobile using QR Code".
Extension Screenshots
Download QR SHARE Extension CRX File
Download QR SHARE 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
QR Share is a programme which can be used to share the url of the website with the mobile device using QR Code. You can just use any QR Code scanner to get the link. We use google API to generate QR Code. Get your website on your mobile device in the fastest way possible.
Extension Basic Information
Name | QR SHARE |
ID | djkhkcefpahcaaedbaknfbcflpkkhcnj |
Official URL | https://chromewebstore.google.com/detail/qr-share/djkhkcefpahcaaedbaknfbcflpkkhcnj |
Description | The user helper program to load a website directly from browser to mobile using QR Code |
File Size | 39.91 KB |
Installation Count | 103 |
Current Version | 1.0 |
Last Updated | 2017-07-01 |
Publish Date | 2017-07-01 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://aiesys.blogspot.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR SHARE", "description": "The user helper program to load a website directly from browser to mobile using QR Code", "version": "1.0", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |