Invisible Bread - Bonus Panel Hover

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

Wat is Invisible Bread - Bonus Panel Hover?

Invisible Bread - Bonus Panel Hover is een Chrome-extensie ontwikkeld door Aaron Morais, en de belangrijkste functie is "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!".

Download het CRX-bestand van de extensie Invisible Bread - Bonus Panel Hover

Download Invisible Bread - Bonus Panel Hover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Invisible Bread - Bonus Panel Hover Invisible Bread - Bonus Panel Hover
ID lajfghpllnbbkmdpnncnfpidhkgenjhg
Officiële URL https://chrome.google.com/webstore/detail/invisible-bread-bonus-pan/lajfghpllnbbkmdpnncnfpidhkgenjhg
Beschrijving Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!
Bestandsgrootte 35.51 KB
Aantal Installaties 32
Huidige Versie 1.0.1
Laatst Bijgewerkt 2013-07-08
Publicatiedatum 2013-07-08
Beoordeling 2.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Aaron Morais
Betalingswijze free
Extensiewebsite http://git.io/SZFjCw
Ondersteunde Talen 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"
            ]
        }
    ]
}