Fingertip QR Link

Convert link or current address to QR Code for mobile

什么是Fingertip QR Link?

Fingertip QR Link是由shernshiou开发的Chrome扩展程序,该扩展的主要功能是“Convert link or current address to QR Code for mobile”。

扩展截图

screenshot
screenshot

下载Fingertip QR Link扩展crx文件

下载Fingertip QR Link扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Fingertip QR Link Fingertip QR Link
ID kmljcpbojecfeljodfbecbkakhpdnomd
官方URL https://chromewebstore.google.com/detail/fingertip-qr-link/kmljcpbojecfeljodfbecbkakhpdnomd
简介 Convert link or current address to QR Code for mobile
文件大小 54.71 KB
安装次数 14
当前版本 0.1
更新时间 2012-09-06
上架时间 2012-09-06
评分 5.00/5 共1次评分
开发者 shernshiou
付费类型 free
扩展官网 https://github.com/shernshiou/Fingertip-QR-Link
支持的语言 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
}