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.

Hvad er Compact Overcast?

Compact Overcast er en Chrome-udvidelse udviklet af Charlotte Tan, og dens hovedfunktion er "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.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Compact Overcast-udvidelses-CRX-fil

Download Compact Overcast-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Compact Overcast Compact Overcast
ID nehohgccffbnegdhmejemnbldacpnned
Officiel URL https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned
Beskrivelse 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.
Filstørrelse 35.6 KB
Antal Installationer 35
Nuværende Version 1.0
Senest Opdateret 2016-10-30
Udgivelsesdato 2016-10-30
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Charlotte Tan
Betalingsmetode free
Udvidelseswebsted https://github.com/charlottetan/compact-overcastfm
Understøttede Sprog 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"
    ]
}