Compact Overcast
Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.
ما هو Compact Overcast؟
Compact Overcast هو إضافة Chrome تم تطويرها بواسطة Charlotte Tan، والميزة الرئيسية لها هي "Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Compact Overcast
قم بتنزيل ملفات الامتداد Compact Overcast بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.
معلومات أساسية عن التمديد
الاسم | Compact Overcast |
ID | nehohgccffbnegdhmejemnbldacpnned |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned |
الوصف | Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need. |
حجم الملف | 35.6 KB |
عدد التثبيتات | 35 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-10-30 |
تاريخ النشر | 2016-10-30 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Charlotte Tan |
نوع الدفع | free |
موقع الإضافة | https://github.com/charlottetan/compact-overcastfm |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Compact Overcast", "description": "Compacts the layout on Overcast.fm, so that you can have it in a tiny window and still have access to all the information you need.", "version": "1.0", "author": "Charlotte Tan", "browser_action": { "default_icon": "images\/icon-96x96.png" }, "content_scripts": [ { "matches": [ "https:\/\/overcast.fm\/*" ], "exclude_matches": [ "https:\/\/overcast.fm\/podcasts" ], "css": [ "compactOvercast.css" ], "js": [ "jquery-2.2.0.min.js", "compactOvercast.js" ] } ], "permissions": [ "tabs" ] } |