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.

Cos'è Compact Overcast?

Compact Overcast è un'estensione di Chrome sviluppata da Charlotte Tan, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Compact Overcast

Scarica i file di estensione Compact Overcast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Compact Overcast Compact Overcast
ID nehohgccffbnegdhmejemnbldacpnned
URL Ufficiale https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned
Descrizione 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.
Dimensione del File 35.6 KB
Conteggio Installazioni 35
Versione Corrente 1.0
Ultimo Aggiornamento 2016-10-30
Data di Pubblicazione 2016-10-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Charlotte Tan
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/charlottetan/compact-overcastfm
Lingue Supportate 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"
    ]
}