RSS Feed

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

什麼是RSS Feed?

RSS Feed是由http://onefeed.app開發的Chrome擴展程式,該擴展的主要功能是“RSS Feed let's you follow your favorite websites in one place.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載RSS Feed擴展crx文件

下載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
官方網址 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:;"
}