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.
Τι είναι το Compact Overcast;
Το Compact Overcast είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Charlotte Tan, και η κύρια λειτουργία του είναι "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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Compact Overcast
Λήψη αρχείων επέκτασης Compact Overcast σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Compact Overcast |
ID | nehohgccffbnegdhmejemnbldacpnned |
Επίσημο URL | https://chromewebstore.google.com/detail/compact-overcast/nehohgccffbnegdhmejemnbldacpnned |
Περιγραφή | 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. |
Μέγεθος Αρχείου | 35.6 KB |
Αριθμός Εγκαταστάσεων | 35 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2016-10-30 |
Ημερομηνία Δημοσίευσης | 2016-10-30 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Charlotte Tan |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/charlottetan/compact-overcastfm |
Υποστηριζόμενες Γλώσσες | 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" ] } |