Rohan's Extension
Displays the first 5 items from the RSS feed in a popup.
Что такое Rohan's Extension?
Rohan's Extension - это расширение Chrome, разработанное Rohan Rajeevan, и его основная функция - "Displays the first 5 items from the RSS feed in a popup.".
Снимки экрана расширения
Скачать файл CRX расширения Rohan's Extension
Скачайте файлы расширений Rohan's Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It takes the RSS feed related to Clemson University from the NYTimes newspaper website and shows the top 5 stories.
Основная информация о расширении
Название | |
ID | ocklpklfhcfcnegmkjhfmmlhjoicaefi |
Официальный URL | https://chrome.google.com/webstore/detail/rohans-extension/ocklpklfhcfcnegmkjhfmmlhjoicaefi |
Описание | Displays the first 5 items from the RSS feed in a popup. |
Размер файла | 9.42 KB |
Количество установок | 18 |
Текущая Версия | 2.1 |
Последнее Обновление | 2014-04-16 |
Дата публикации | 2014-04-16 |
Рейтинг | 4.33/5 Всего 3 оценок |
Разработчик | Rohan Rajeevan |
Тип оплаты | free |
Официальный сайт расширения | http://www.clemson.edu |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rohan's Extension", "version": "2.1", "description": "Displays the first 5 items from the RSS feed in a popup.", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "Clemson News", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/topics.nytimes.com\/*" ], "manifest_version": 2 } |