Invisible Bread - Bonus Panel Hover

Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!

什么是Invisible Bread - Bonus Panel Hover?

Invisible Bread - Bonus Panel Hover是由Aaron Morais开发的Chrome扩展程序,该扩展的主要功能是“Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!”。

下载Invisible Bread - Bonus Panel Hover扩展crx文件

下载Invisible Bread - Bonus Panel Hover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Check out the source code here - http://git.io/SZFjCw                    

扩展基本信息

名称 Invisible Bread - Bonus Panel Hover Invisible Bread - Bonus Panel Hover
ID lajfghpllnbbkmdpnncnfpidhkgenjhg
官方URL https://chrome.google.com/webstore/detail/invisible-bread-bonus-pan/lajfghpllnbbkmdpnncnfpidhkgenjhg
简介 Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!
文件大小 35.51 KB
安装次数 32
当前版本 1.0.1
更新时间 2013-07-08
上架时间 2013-07-08
评分 2.00/5 共3次评分
开发者 Aaron Morais
付费类型 free
扩展官网 http://git.io/SZFjCw
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Invisible Bread - Bonus Panel Hover",
    "description": "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!",
    "manifest_version": 2,
    "version": "1.0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/invisiblebread.com\/*"
            ],
            "js": [
                "jquery.js",
                "hover.js"
            ]
        }
    ]
}