Feeds Pub

An RSS aggregator and network

Wat is Feeds Pub?

Feeds Pub is een Chrome-extensie ontwikkeld door https://feeds.pub, en de belangrijkste functie is "An RSS aggregator and network".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Feeds Pub

Download Feeds Pub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Feeds Pub Feeds Pub
ID pallehogfdjngkmogmijfllooflflaof
Officiële URL https://chromewebstore.google.com/detail/feeds-pub/pallehogfdjngkmogmijfllooflflaof
Beschrijving An RSS aggregator and network
Bestandsgrootte 234 KB
Aantal Installaties 232
Huidige Versie 1.4
Laatst Bijgewerkt 2020-07-06
Publicatiedatum 2020-05-06
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://feeds.pub
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://feeds.pub
Help Pagina-URL https://github.com/feedspub/feedspub-feedback/issues
Ondersteunde Talen 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
    }
}