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是由Charlotte Tan开发的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扩展crx文件
下载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" ] } |