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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RSS Alarm
قم بتنزيل ملفات الامتداد RSS Alarm بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } } |