RSSLists
This extension displays the current date, weather, and rss feeds in the new tab page
Что такое RSSLists?
RSSLists - это расширение Chrome, разработанное michaeljstevens, и его основная функция - "This extension displays the current date, weather, and rss feeds in the new tab page".
Снимки экрана расширения
Скачать файл CRX расширения RSSLists
Скачайте файлы расширений RSSLists в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
RSSLists is a tool for displaying multiple RSS feeds in a series of horizontal lists on the new tab page. There are several included feeds, but any RSS feed is supported via the custom rss feed url input box. This extension enables users to view all their preferred sources of information in one place. Date, weather and note taking are included for convenience.
Основная информация о расширении
Название | |
ID | mbaofboiknappfdajehfhhhlcmjldnpj |
Официальный URL | https://chrome.google.com/webstore/detail/rsslists/mbaofboiknappfdajehfhhhlcmjldnpj |
Описание | This extension displays the current date, weather, and rss feeds in the new tab page |
Размер файла | 18.97 MB |
Количество установок | 43 |
Текущая Версия | 2.0.5 |
Последнее Обновление | 2017-01-22 |
Дата публикации | 2017-01-22 |
Рейтинг | 3.00/5 Всего 2 оценок |
Разработчик | michaeljstevens |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RSSLists", "description": "This extension displays the current date, weather, and rss feeds in the new tab page", "version": "2.0.5", "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "views\/popup.html" }, "chrome_url_overrides": { "newtab": "views\/root.html" }, "permissions": [ "activeTab", "tabs", "storage", "geolocation", "https:\/\/ajax.googleapis.com\/", " |