RSS Alert
Notifies user of new posts in RSS feeds
ما هو RSS Alert؟
RSS Alert هو إضافة Chrome تم تطويرها بواسطة adamzr، والميزة الرئيسية لها هي "Notifies user of new posts in RSS feeds".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RSS Alert
قم بتنزيل ملفات الامتداد RSS Alert بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With RSS Alert you'll never miss a new post on your favorite blog again. Simply click the RSS Alert button add the RSS, Atom, or Media RSS feed for the site you'd like to monitor and you'll get a notification whenever there's a new post. Multiple feeds can be monitored at once! The permissions required are to use Google's Feed API. Icons by: http://www.fasticon.com Thank you to TechEmpower!
معلومات أساسية عن التمديد
الاسم | RSS Alert |
ID | lemgijjifkaldmklohlmjaplmfobgich |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rss-alert/lemgijjifkaldmklohlmjaplmfobgich |
الوصف | Notifies user of new posts in RSS feeds |
حجم الملف | 78.41 KB |
عدد التثبيتات | 2,129 |
النسخة الحالية | 0.3 |
آخر تحديث | 2014-12-01 |
تاريخ النشر | 2014-11-30 |
تقييم | 2.85/5 مجموع تقييمات 34 |
المطور | adamzr |
نوع الدفع | free |
موقع الإضافة | https://github.com/adamzr/RSS-Alert/ |
عنوان صفحة المساعدة | https://github.com/adamzr/RSS-Alert/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RSS Alert", "version": "0.3", "manifest_version": 2, "description": "Notifies user of new posts in RSS feeds", "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "browser_action": { "default_icon": "19.png", "default_title": "RSS Alert", "default_popup": "popup.html" }, "background": { "persistent": true, "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com https:\/\/ssl.google-analytics.com; object-src 'self'", "homepage_url": "https:\/\/github.com\/adamzr\/RSS-Alert", "permissions": [ "notifications", "https:\/\/www.google.com\/*", "https:\/\/ssl.google-analytics.com\/*", "unlimitedStorage", "storage" ] } |