Selfoss Companion

Selfoss RSS reader companion.

Cos'è Selfoss Companion?

Selfoss Companion è un'estensione di Chrome sviluppata da https://selfoss-companion.ftpix.com, e la sua funzione principale è "Selfoss RSS reader companion.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Selfoss Companion

Scarica i file di estensione Selfoss Companion 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

                        Selfoss Companion is the ideal sidekick to your Selfoss installation, it allows you to see how many items are left unread.

Selfoss Companion also allows you to update your feeds as well without having to stare at the blank update page.                    

Informazioni di Base sull'Estensione

Nome Selfoss Companion Selfoss Companion
ID fchonfjbfngdipnkpeekhncmhomfccfj
URL Ufficiale https://chromewebstore.google.com/detail/selfoss-companion/fchonfjbfngdipnkpeekhncmhomfccfj
Descrizione Selfoss RSS reader companion.
Dimensione del File 119 KB
Conteggio Installazioni 24
Versione Corrente 0.0.0.7
Ultimo Aggiornamento 2016-02-26
Data di Pubblicazione 2016-02-26
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://selfoss-companion.ftpix.com
Tipo di Pagamento free
Sito Web dell'Estensione http://selfoss-companion.ftpix.com/
URL della Pagina di Aiuto https://github.com/lamarios/selfoss-companion
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Selfoss Companion",
    "description": "Selfoss RSS reader companion.",
    "version": "0.0.0.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "",
        "default_icon": "logo.png"
    },
    "options_page": "settings.html",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    }
}