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.

¿Qué es Compact Overcast?

Compact Overcast es una extensión de Chrome desarrollada por Charlotte Tan, y su función principal es "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.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Compact Overcast

Descarga archivos de extensión Compact Overcast en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Compact Overcast Compact Overcast
ID nehohgccffbnegdhmejemnbldacpnned
URL Oficial https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned
Descripción 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.
Tamaño del Archivo 35.6 KB
Cantidad de Instalaciones 35
Versión Actual 1.0
Última Actualización 2016-10-30
Fecha de Publicación 2016-10-30
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Charlotte Tan
Tipo de Pago free
Sitio Web de la Extensión https://github.com/charlottetan/compact-overcastfm
Idiomas Soportados 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"
    ]
}