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" ] } |