Fingertip QR Link
Convert link or current address to QR Code for mobile
What is Fingertip QR Link?
Fingertip QR Link is a Chrome extension developed by shernshiou, and its main feature is "Convert link or current address to QR Code for mobile".
Extension Screenshots
Download Fingertip QR Link Extension CRX File
Download Fingertip QR Link 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 extension get the current URL from the address bar and create another new tab with QR Code embedded at the center. It is the easiest way to transfer link into mobile phone with QR Code Reader. Github: https://github.com/shernshiou/Fingertip-QR-Link
Extension Basic Information
Name | Fingertip QR Link |
ID | kmljcpbojecfeljodfbecbkakhpdnomd |
Official URL | https://chromewebstore.google.com/detail/fingertip-qr-link/kmljcpbojecfeljodfbecbkakhpdnomd |
Description | Convert link or current address to QR Code for mobile |
File Size | 54.71 KB |
Installation Count | 14 |
Current Version | 0.1 |
Last Updated | 2012-09-06 |
Publish Date | 2012-09-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | shernshiou |
Payment Type | free |
Extension Website | https://github.com/shernshiou/Fingertip-QR-Link |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fingertip QR Link", "description": "Convert link or current address to QR Code for mobile", "version": "0.1", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "app.js" ] }, "icons": { "16": "icon_016.png", "48": "icon_048.png", "128": "icon_128.png" }, "manifest_version": 2 } |