feader rss reader

Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!

feader rss readerคืออะไร?

feader rss reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rajesh appalla และคุณลักษณะหลักของมันคือ "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย feader rss reader

ดาวน์โหลดไฟล์ส่วนขยาย feader rss reader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Feader displays to you RSS feeds that you choose from your favorite content sites and displays them in the form of desktop notifications. This extension is really handy when you want to stay up-to-date with the sites you wish to but find it hard to take time out from your busy schedule to exclusively visit them. This brings articles right to your desktop. Now with Pocket(R) support!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ feader rss reader feader rss reader
ID jjmabnfahcleackdjddlgmmaoipaoifb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/feader-rss-reader/jjmabnfahcleackdjddlgmmaoipaoifb
คำอธิบาย Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!
ขนาดไฟล์ 316 KB
จำนวนการติดตั้ง 466
เวอร์ชันปัจจุบัน 1.1.0.4
อัปเดตครั้งล่าสุด 2014-08-21
วันที่เผยแพร่ 2014-08-21
คะแนน 3.79/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา rajesh appalla
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.chromerss.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "feader rss reader",
    "version": "1.1.0.4",
    "manifest_version": 2,
    "description": "Displays RSS feeds in a small desktop notification styled window, now with Pocket(R) support!",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "launcher.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon-19.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}