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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
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" } } |