Context Menu QR Code Generator

Generate QR Codes selection context menu

什么是Context Menu QR Code Generator?

Context Menu QR Code Generator是由Arthur Farias开发的Chrome扩展程序,该扩展的主要功能是“Generate QR Codes selection context menu”。

扩展截图

screenshot

下载Context Menu QR Code Generator扩展crx文件

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

扩展使用说明

                        Simple Context Menu QR Code Generator. If you want to keep the development of this app or you are pleased with the functionality, please make a paypal donation to my paypal account [email protected].                    

扩展基本信息

名称 Context Menu QR Code Generator Context Menu QR Code Generator
ID pffeedlofllghbmondonppgbleaggibj
官方URL https://chromewebstore.google.com/detail/context-menu-qr-code-gene/pffeedlofllghbmondonppgbleaggibj
简介 Generate QR Codes selection context menu
文件大小 6.97 KB
安装次数 136
当前版本 0.1
更新时间 2012-10-26
上架时间 2012-10-26
评分 2.75/5 共4次评分
开发者 Arthur Farias
付费类型 free
扩展官网 http://arthur.afarias.org
支持的语言 en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Context Menu QR Code Generator",
    "description": "Generate QR Codes selection context menu",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "manifest_version": 2
}