RSS Alarm

The simplest way to get notified about new feed entries.

Что такое RSS Alarm?

RSS Alarm - это расширение Chrome, разработанное limepix, и его основная функция - "The simplest way to get notified about new feed entries.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения RSS Alarm

Скачайте файлы расширений RSS Alarm в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        RSS Alarm is a chrome extension which periodically checks RSS feeds in the background and informs you via notifications if there are news or updates at any of your subscribed rss feeds.                    

Основная информация о расширении

Название RSS Alarm RSS Alarm
ID ohgphcdjbnlbnkdooieahfmbmaaipogf
Официальный URL https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf
Описание The simplest way to get notified about new feed entries.
Размер файла 789 KB
Количество установок 800
Текущая Версия 1.2
Последнее Обновление 2022-06-18
Дата публикации 2014-08-03
Рейтинг 4.29/5 Всего 14 оценок
Разработчик limepix
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSS Alarm",
    "short_name": "RSS Alarm",
    "description": "The simplest way to get notified about new feed entries.",
    "version": "1.2",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/base.js",
            "js\/popup.js",
            "js\/background.js"
        ]
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png",
            "48": "images\/logo_48.png"
        },
        "default_title": "RSS Alarm",
        "default_popup": "html\/popup.html"
    }
}