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.
Co to jest Compact Overcast?
Compact Overcast to rozszerzenie Chrome opracowane przez Charlotte Tan, a jego główną funkcją jest „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.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Compact Overcast
Pobierz pliki rozszerzeń Compact Overcast w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Compact Overcast |
ID | nehohgccffbnegdhmejemnbldacpnned |
Oficjalny URL | https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned |
Opis | 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. |
Rozmiar pliku | 35.6 KB |
Liczba instalacji | 35 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-10-30 |
Data Publikacji | 2016-10-30 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Charlotte Tan |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/charlottetan/compact-overcastfm |
Obsługiwane Języki | 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" ] } |