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.”。

擴展截圖

screenshot
screenshot

下載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 Compact Overcast
ID nehohgccffbnegdhmejemnbldacpnned
官方網址 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"
    ]
}