OCFM plus
Enhances overcast.fm with updates to the styling and layout
OCFM plusคืออะไร?
OCFM plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย volovar.com และคุณลักษณะหลักของมันคือ "Enhances overcast.fm with updates to the styling and layout"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OCFM plus
ดาวน์โหลดไฟล์ส่วนขยาย OCFM plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhances overcast.fm with updates to the styling and layout - Moves saved podcasts to a drop down in the header - Changes podcast overview to a 2 column layout - Updates podcast player and artwork position - Minor styling tweaks and usability enhancements How to use: Install and visit overcast.fm or click the addon icon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OCFM plus |
ID | mmchmelglcpjmnlafedmpljlackiilde |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ocfm-plus/mmchmelglcpjmnlafedmpljlackiilde |
คำอธิบาย | Enhances overcast.fm with updates to the styling and layout |
ขนาดไฟล์ | 144 KB |
จำนวนการติดตั้ง | 113 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-07-03 |
วันที่เผยแพร่ | 2015-07-02 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | volovar.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OCFM plus", "short_name": "ocfm+", "description": "Enhances overcast.fm with updates to the styling and layout", "version": "1.0", "author": "volovar.com", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" } }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/overcast.fm\/*" ], "css": [ "ocfm-plus.css" ], "js": [ "jquery-2.1.4.min.js", "ocfm-plus.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "images\/*png" ] } |