Selfoss Companion

Selfoss RSS reader companion.

Was ist Selfoss Companion?

Selfoss Companion ist eine Chrome-Erweiterung, die von https://selfoss-companion.ftpix.com entwickelt wurde, und ihr Hauptmerkmal ist "Selfoss RSS reader companion.".

Erweiterungsscreenshots

screenshot

Selfoss Companion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Selfoss Companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Selfoss Companion Selfoss Companion
ID fchonfjbfngdipnkpeekhncmhomfccfj
Offizielle URL https://chromewebstore.google.com/detail/selfoss-companion/fchonfjbfngdipnkpeekhncmhomfccfj
Beschreibung Selfoss RSS reader companion.
Dateigröße 119 KB
Installationsanzahl 24
Aktuelle Version 0.0.0.7
Letztes Update 2016-02-26
Veröffentlichungsdatum 2016-02-26
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://selfoss-companion.ftpix.com
Zahlungsart free
Erweiterungswebsite http://selfoss-companion.ftpix.com/
Hilfeseite URL https://github.com/lamarios/selfoss-companion
Unterstützte Sprachen 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
    }
}