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.

Wat is Compact Overcast?

Compact Overcast is een Chrome-extensie ontwikkeld door Charlotte Tan, en de belangrijkste functie is "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.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Compact Overcast

Download Compact Overcast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Compact Overcast Compact Overcast
ID nehohgccffbnegdhmejemnbldacpnned
Officiële URL https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned
Beschrijving 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.
Bestandsgrootte 35.6 KB
Aantal Installaties 35
Huidige Versie 1.0
Laatst Bijgewerkt 2016-10-30
Publicatiedatum 2016-10-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Charlotte Tan
Betalingswijze free
Extensiewebsite https://github.com/charlottetan/compact-overcastfm
Ondersteunde Talen 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"
    ]
}