RSS Alarm
The simplest way to get notified about new feed entries.
Hvad er RSS Alarm?
RSS Alarm er en Chrome-udvidelse udviklet af limepix, og dens hovedfunktion er "The simplest way to get notified about new feed entries.".
Udvidelsesskærmbilleder
Download RSS Alarm-udvidelses-CRX-fil
Download RSS Alarm-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | RSS Alarm |
ID | ohgphcdjbnlbnkdooieahfmbmaaipogf |
Officiel URL | https://chromewebstore.google.com/detail/rss-alarm/ohgphcdjbnlbnkdooieahfmbmaaipogf |
Beskrivelse | The simplest way to get notified about new feed entries. |
Filstørrelse | 789 KB |
Antal Installationer | 800 |
Nuværende Version | 1.2 |
Senest Opdateret | 2022-06-18 |
Udgivelsesdato | 2014-08-03 |
Bedømmelse | 4.29/5 Samlet 14 Bedømmelser |
Udvikler | limepix |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |