RSS Feed

RSS Feed let's you follow your favorite websites in one place.

RSS Feedคืออะไร?

RSS Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://onefeed.app และคุณลักษณะหลักของมันคือ "RSS Feed let's you follow your favorite websites in one place."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Discover new content and stay up-to-date with your favorite feeds, news and blogs without the need to visit every website.                    

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

ชื่อ RSS Feed RSS Feed
ID onajimpflclfkonkpcjnpffmnefdnmfb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rss-feed/onajimpflclfkonkpcjnpffmnefdnmfb
คำอธิบาย RSS Feed let's you follow your favorite websites in one place.
ขนาดไฟล์ 63.14 KB
จำนวนการติดตั้ง 239
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2018-07-16
วันที่เผยแพร่ 2018-07-16
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา http://onefeed.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://onefeed.app
URL หน้าช่วยเหลือ https://onefeed.app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "name": "RSS Feed",
    "manifest_version": 2,
    "description": "RSS Feed let's you follow your favorite websites in one place.",
    "browser_action": {
        "default_title": "OneFeed",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/OneFeed-RSS-Feed-16.png",
        "48": "img\/OneFeed-RSS-Feed-48.png",
        "128": "img\/OneFeed-RSS-Feed-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "management",
        "tabs",
        "storage"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' https:\/\/gql.socialfeed.io https:\/\/onefeed.app https:\/\/img.onefeed.app https:\/\/*.socialfeed.io http:\/\/localhost:4000 http:\/\/localhost:3030 https:\/\/localhost:3030 http:\/\/localhost:3005 https:\/\/localhost:3005 'unsafe-eval'; connect-src https:\/\/gql.socialfeed.io https:\/\/onefeed.app https:\/\/*.socialfeed.io https:\/\/img.onefeed.app http:\/\/localhost:4000 http:\/\/localhost:3030  http:\/\/localhost:3005; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data:; font-src * 'self' data:;"
}