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.
Was ist Compact Overcast?
Compact Overcast ist eine Chrome-Erweiterung, die von Charlotte Tan entwickelt wurde, und ihr Hauptmerkmal ist "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.".
Erweiterungsscreenshots
Compact Overcast-Erweiterungs-CRX-Datei herunterladen
Laden Sie Compact Overcast-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Compact Overcast |
ID | nehohgccffbnegdhmejemnbldacpnned |
Offizielle URL | https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned |
Beschreibung | 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. |
Dateigröße | 35.6 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-10-30 |
Veröffentlichungsdatum | 2016-10-30 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Charlotte Tan |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/charlottetan/compact-overcastfm |
Unterstützte Sprachen | 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" ] } |