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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |