Invisible Bread - Bonus Panel Hover
Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!
Vad är Invisible Bread - Bonus Panel Hover?
Invisible Bread - Bonus Panel Hover är en Chrome-tillägg utvecklad av Aaron Morais, och dess huvudfunktion är "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!".
Ladda ner Invisible Bread - Bonus Panel Hover-förlängningens CRX-fil
Ladda ner Invisible Bread - Bonus Panel Hover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Check out the source code here - http://git.io/SZFjCw
Grundläggande Information om Tillägg
Namn | |
ID | lajfghpllnbbkmdpnncnfpidhkgenjhg |
Officiell webbadress | https://chrome.google.com/webstore/detail/invisible-bread-bonus-pan/lajfghpllnbbkmdpnncnfpidhkgenjhg |
Beskrivning | Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel! |
Filstorlek | 35.51 KB |
Antal Installationer | 32 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2013-07-08 |
Publiceringsdatum | 2013-07-08 |
Betyg | 2.00/5 Totalt 3 Betyg |
Utvecklare | Aaron Morais |
Betalningssätt | free |
Tilläggswebbplats | http://git.io/SZFjCw |
Stödda Språk | 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" ] } ] } |