Feedly Favicons

Feedly Favicons

Was ist Feedly Favicons?

Feedly Favicons ist eine Chrome-Erweiterung, die von Greg Bradley entwickelt wurde, und ihr Hauptmerkmal ist "Feedly Favicons".

Erweiterungsscreenshots

screenshot

Feedly Favicons-Erweiterungs-CRX-Datei herunterladen

Laden Sie Feedly Favicons-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

                        Feedly.com is a web application allowing users to subscribe to RSS feeds and view items from those feeds. Those feeds belong to various other web sites. With this extension installed when users on Feedly.com view items that originate from those other web sites instead of just seeing the text title of the item they will also see an icon next to the title representing the web site that the item is from. The icon is obtained from the favicon belonging to the web site.                    

Grundlegende Informationen zur Erweiterung

Name Feedly Favicons Feedly Favicons
ID bcakaadbcflpijljbkdgmnjaeljfpppa
Offizielle URL https://chromewebstore.google.com/detail/feedly-favicons/bcakaadbcflpijljbkdgmnjaeljfpppa
Beschreibung Feedly Favicons
Dateigröße 42.75 KB
Installationsanzahl 72
Aktuelle Version 1.1.6
Letztes Update 2023-09-19
Veröffentlichungsdatum 2019-08-20
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Greg Bradley
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly Favicons",
    "short_name": "Feedly Favicons",
    "description": "Feedly Favicons",
    "version": "1.1.6",
    "author": "Greg Bradley",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/feedly.com\/i\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "jquery-1.11.1.min.js",
                "main.js"
            ]
        }
    ]
}