Invisible Bread - Bonus Panel Hover

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

Qu'est-ce que Invisible Bread - Bonus Panel Hover ?

Invisible Bread - Bonus Panel Hover est une extension Chrome développée par Aaron Morais, et sa fonction principale est "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!".

Télécharger le fichier CRX de l'extension Invisible Bread - Bonus Panel Hover

Téléchargez les fichiers d'extension Invisible Bread - Bonus Panel Hover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Invisible Bread - Bonus Panel Hover Invisible Bread - Bonus Panel Hover
ID lajfghpllnbbkmdpnncnfpidhkgenjhg
URL Officiel https://chrome.google.com/webstore/detail/invisible-bread-bonus-pan/lajfghpllnbbkmdpnncnfpidhkgenjhg
Description Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!
Taille du Fichier 35.51 KB
Nombre d'Installations 32
Version Actuelle 1.0.1
Dernière Mise à Jour 2013-07-08
Date de Publication 2013-07-08
Évaluation 2.00/5 Total 3 Évaluations
Développeur Aaron Morais
Type de Paiement free
Site Web de l'Extension http://git.io/SZFjCw
Langues Prises en Charge 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"
            ]
        }
    ]
}