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" ] } |