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.

Apa itu Compact Overcast?

Compact Overcast adalah ekstensi Chrome yang dikembangkan oleh Charlotte Tan, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Compact Overcast

Unduh file ekstensi Compact Overcast dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Compact Overcast Compact Overcast
ID nehohgccffbnegdhmejemnbldacpnned
URL Resmi https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned
Deskripsi 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.
Ukuran File 35.6 KB
Jumlah Instalasi 35
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-10-30
Tanggal Publikasi 2016-10-30
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Charlotte Tan
Tipe Pembayaran free
Situs Ekstensi https://github.com/charlottetan/compact-overcastfm
Bahasa yang Didukung 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"
    ]
}