Feeds Pub

An RSS aggregator and network

Feeds Pubとは何ですか?

Feeds Pubはhttps://feeds.pubによって開発されたChromeの拡張機能で、その主な機能は「An RSS aggregator and network」です。

拡張機能のスクリーンショット

screenshot
screenshot

Feeds Pub拡張機能のCRXファイルをダウンロード

Feeds Pub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension shows how many unread contents you have on Feeds Pub, so you don't have to open the  website and check                    

拡張機能の基本情報

名前 Feeds Pub Feeds Pub
ID pallehogfdjngkmogmijfllooflflaof
公式URL https://chromewebstore.google.com/detail/feeds-pub/pallehogfdjngkmogmijfllooflflaof
説明 An RSS aggregator and network
ファイルサイズ 234 KB
インストール数 232
現在のバージョン 1.4
最終更新日 2020-07-06
公開日 2020-05-06
評価 5.00/5 合計 1 レビュー
開発者 https://feeds.pub
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://feeds.pub
ヘルプページのURL https://github.com/feedspub/feedspub-feedback/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "timqian",
    "homepage_url": "https:\/\/feeds.pub",
    "name": "Feeds Pub",
    "description": "An RSS aggregator and network",
    "version": "1.4",
    "icons": {
        "128": "assets\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "background",
        "alarms"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}