Invisible Bread - Bonus Panel Hover
Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!
ما هو Invisible Bread - Bonus Panel Hover؟
Invisible Bread - Bonus Panel Hover هو إضافة Chrome تم تطويرها بواسطة Aaron Morais، والميزة الرئيسية لها هي "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!".
تحميل ملف CRX للإضافة Invisible Bread - Bonus Panel Hover
قم بتنزيل ملفات الامتداد Invisible Bread - Bonus Panel Hover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Check out the source code here - http://git.io/SZFjCw
معلومات أساسية عن التمديد
الاسم | |
ID | lajfghpllnbbkmdpnncnfpidhkgenjhg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/invisible-bread-bonus-pan/lajfghpllnbbkmdpnncnfpidhkgenjhg |
الوصف | Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel! |
حجم الملف | 35.51 KB |
عدد التثبيتات | 32 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2013-07-08 |
تاريخ النشر | 2013-07-08 |
تقييم | 2.00/5 مجموع تقييمات 3 |
المطور | Aaron Morais |
نوع الدفع | free |
موقع الإضافة | http://git.io/SZFjCw |
اللغات المدعومة | 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" ] } ] } |