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.
Vad är Compact Overcast?
Compact Overcast är en Chrome-tillägg utvecklad av Charlotte Tan, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner Compact Overcast-förlängningens CRX-fil
Ladda ner Compact Overcast-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Compact Overcast |
ID | nehohgccffbnegdhmejemnbldacpnned |
Officiell webbadress | https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned |
Beskrivning | 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. |
Filstorlek | 35.6 KB |
Antal Installationer | 35 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-10-30 |
Publiceringsdatum | 2016-10-30 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Charlotte Tan |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/charlottetan/compact-overcastfm |
Stödda Språk | 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" ] } |