OCFM plus
Enhances overcast.fm with updates to the styling and layout
OCFM plusとは何ですか?
OCFM plusはvolovar.comによって開発されたChromeの拡張機能で、その主な機能は「Enhances overcast.fm with updates to the styling and layout」です。
拡張機能のスクリーンショット
OCFM plus拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |