Invisible Bread - Bonus Panel Hover
Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!
Apa itu Invisible Bread - Bonus Panel Hover?
Invisible Bread - Bonus Panel Hover adalah ekstensi Chrome yang dikembangkan oleh Aaron Morais, dan fitur utamanya adalah "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!".
Unduh Berkas CRX Ekstensi Invisible Bread - Bonus Panel Hover
Unduh file ekstensi Invisible Bread - Bonus Panel Hover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Check out the source code here - http://git.io/SZFjCw
Informasi Dasar Ekstensi
Nama | |
ID | lajfghpllnbbkmdpnncnfpidhkgenjhg |
URL Resmi | https://chrome.google.com/webstore/detail/invisible-bread-bonus-pan/lajfghpllnbbkmdpnncnfpidhkgenjhg |
Deskripsi | Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel! |
Ukuran File | 35.51 KB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2013-07-08 |
Tanggal Publikasi | 2013-07-08 |
Penilaian | 2.00/5 Total 3 Penilaian |
Pengembang | Aaron Morais |
Tipe Pembayaran | free |
Situs Ekstensi | http://git.io/SZFjCw |
Bahasa yang Didukung | 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" ] } ] } |