RSS Alarm
The simplest way to get notified about new feed entries.
Co to jest RSS Alarm?
RSS Alarm to rozszerzenie Chrome opracowane przez limepix, a jego główną funkcją jest „The simplest way to get notified about new feed entries.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RSS Alarm
Pobierz pliki rozszerzeń RSS Alarm w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | RSS Alarm |
ID | ohgphcdjbnlbnkdooieahfmbmaaipogf |
Oficjalny URL | https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf |
Opis | The simplest way to get notified about new feed entries. |
Rozmiar pliku | 789 KB |
Liczba instalacji | 800 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2022-06-18 |
Data Publikacji | 2014-08-03 |
Ocena | 4.29/5 Łącznie 14 Oceny |
Deweloper | limepix |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |