Better Feedly
Feedly Cleanup
Что такое Better Feedly?
Better Feedly - это расширение Chrome, разработанное Monteverde, и его основная функция - "Feedly Cleanup".
Скачать файл CRX расширения Better Feedly
Скачайте файлы расширений Better Feedly в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Feedly UI Cleanup - add items count on page title; - hide feeds that do not have items to be read; - hide sharing buttons; - hide pro bar features; - hide feeds right sidebar - full articles uses 100% screen size;
Основная информация о расширении
Название | |
ID | keafhbfghgapjfejeebfmmibecpdflhg |
Официальный URL | https://chrome.google.com/webstore/detail/better-feedly/keafhbfghgapjfejeebfmmibecpdflhg |
Описание | Feedly Cleanup |
Размер файла | 11.48 KB |
Количество установок | 59 |
Текущая Версия | 0.6.0 |
Последнее Обновление | 2017-08-07 |
Дата публикации | 2017-08-07 |
Рейтинг | 4.38/5 Всего 8 оценок |
Разработчик | Monteverde |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | http://lucasmonteverde.com |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Feedly", "description": "Feedly Cleanup", "version": "0.6.0", "manifest_version": 2, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.feedly.com\/*", "*:\/\/feedly.com\/*" ], "js": [ "feedly.js" ], "css": [ "style.css" ], "run_at": "document_end" } ] } |