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
官方網址 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"
            ]
        }
    ]
}