Selfoss Companion
Selfoss RSS reader companion.
Wat is Selfoss Companion?
Selfoss Companion is een Chrome-extensie ontwikkeld door https://selfoss-companion.ftpix.com, en de belangrijkste functie is "Selfoss RSS reader companion.".
Extensie Screenshots
Download het CRX-bestand van de extensie Selfoss Companion
Download Selfoss Companion-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
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.
Basisinformatie over de Extensie
Naam | Selfoss Companion |
ID | fchonfjbfngdipnkpeekhncmhomfccfj |
Officiële URL | https://chromewebstore.google.com/detail/selfoss-companion/fchonfjbfngdipnkpeekhncmhomfccfj |
Beschrijving | Selfoss RSS reader companion. |
Bestandsgrootte | 119 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.0.0.7 |
Laatst Bijgewerkt | 2016-02-26 |
Publicatiedatum | 2016-02-26 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://selfoss-companion.ftpix.com |
Betalingswijze | free |
Extensiewebsite | http://selfoss-companion.ftpix.com/ |
Help Pagina-URL | https://github.com/lamarios/selfoss-companion |
Ondersteunde Talen | 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 } } |