Feeds Pub

An RSS aggregator and network

Cos'è Feeds Pub?

Feeds Pub è un'estensione di Chrome sviluppata da https://feeds.pub, e la sua funzione principale è "An RSS aggregator and network".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Feeds Pub

Scarica i file di estensione Feeds Pub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Feeds Pub Feeds Pub
ID pallehogfdjngkmogmijfllooflflaof
URL Ufficiale https://chromewebstore.google.com/detail/feeds-pub/pallehogfdjngkmogmijfllooflflaof
Descrizione An RSS aggregator and network
Dimensione del File 234 KB
Conteggio Installazioni 232
Versione Corrente 1.4
Ultimo Aggiornamento 2020-07-06
Data di Pubblicazione 2020-05-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://feeds.pub
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://feeds.pub
URL della Pagina di Aiuto https://github.com/feedspub/feedspub-feedback/issues
Lingue Supportate 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
    }
}