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'est-ce que Compact Overcast ?

Compact Overcast est une extension Chrome développée par Charlotte Tan, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Compact Overcast

Téléchargez les fichiers d'extension Compact Overcast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Compact Overcast Compact Overcast
ID nehohgccffbnegdhmejemnbldacpnned
URL Officiel https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned
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.
Taille du Fichier 35.6 KB
Nombre d'Installations 35
Version Actuelle 1.0
Dernière Mise à Jour 2016-10-30
Date de Publication 2016-10-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur Charlotte Tan
Type de Paiement free
Site Web de l'Extension https://github.com/charlottetan/compact-overcastfm
Langues Prises en Charge 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"
    ]
}