Invisible Bread - Bonus Panel Hover
Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!
Was ist Invisible Bread - Bonus Panel Hover?
Invisible Bread - Bonus Panel Hover ist eine Chrome-Erweiterung, die von Aaron Morais entwickelt wurde, und ihr Hauptmerkmal ist "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!".
Invisible Bread - Bonus Panel Hover-Erweiterungs-CRX-Datei herunterladen
Laden Sie Invisible Bread - Bonus Panel Hover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Check out the source code here - http://git.io/SZFjCw
Grundlegende Informationen zur Erweiterung
Name | |
ID | lajfghpllnbbkmdpnncnfpidhkgenjhg |
Offizielle URL | https://chrome.google.com/webstore/detail/invisible-bread-bonus-pan/lajfghpllnbbkmdpnncnfpidhkgenjhg |
Beschreibung | Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel! |
Dateigröße | 35.51 KB |
Installationsanzahl | 32 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2013-07-08 |
Veröffentlichungsdatum | 2013-07-08 |
Bewertung | 2.00/5 Insgesamt 3 Bewertungen |
Entwickler | Aaron Morais |
Zahlungsart | free |
Erweiterungswebsite | http://git.io/SZFjCw |
Unterstützte Sprachen | 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" ] } ] } |