RSS Feed Reader

Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds

RSS Feed Readerคืออะไร?

RSS Feed Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zuhagames และคุณลักษณะหลักของมันคือ "Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RSS Feed Reader

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

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

                        Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds
- Search for Feeds
- Instantaneously notifies when a new RSS feed found in browser
- Bookmark any posts from extension
- Different themes
- Easy to use
- Right click and bookmark the opened website for later
- And more                    

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

ชื่อ RSS Feed Reader RSS Feed Reader
ID cdlhhcmmdobckneongkkmgigcimeibpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rss-feed-reader/cdlhhcmmdobckneongkkmgigcimeibpf
คำอธิบาย Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds
ขนาดไฟล์ 850 KB
จำนวนการติดตั้ง 2,287
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-03-06
วันที่เผยแพร่ 2015-03-06
คะแนน 1.74/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา zuhagames
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.zuhapps.com
URL หน้านโยบายความเป็นส่วนตัว http://www.aadhisoft.com/bomosi_docs/privacypolicy-ikontacts.pdf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSS Feed Reader",
    "description": "Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds",
    "version": "1.0",
    "background": {
        "scripts": [
            "job.js",
            "includes\/json2.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "context_scr.js"
            ],
            "css": [
                "job.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        "contextMenus"
    ]
}

ส่วนขยายที่เกี่ยวข้อง