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.

O que é Compact Overcast?

Compact Overcast é uma extensão do Chrome desenvolvida por Charlotte Tan, e sua principal característica é "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 Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Compact Overcast

Baixe arquivos de extensão Compact Overcast no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Compact Overcast Compact Overcast
ID nehohgccffbnegdhmejemnbldacpnned
URL Oficial https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned
Descrição 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.
Tamanho do Arquivo 35.6 KB
Contagem de Instalações 35
Versão Atual 1.0
Última Atualização 2016-10-30
Data de Publicação 2016-10-30
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Charlotte Tan
Tipo de Pagamento free
Site da Extensão https://github.com/charlottetan/compact-overcastfm
Idiomas Suportados 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"
    ]
}