Feedly Favicons

Feedly Favicons

Wat is Feedly Favicons?

Feedly Favicons is een Chrome-extensie ontwikkeld door Greg Bradley, en de belangrijkste functie is "Feedly Favicons".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Feedly Favicons

Download Feedly Favicons-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

                        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.                    

Basisinformatie over de Extensie

Naam Feedly Favicons Feedly Favicons
ID bcakaadbcflpijljbkdgmnjaeljfpppa
Officiële URL https://chromewebstore.google.com/detail/feedly-favicons/bcakaadbcflpijljbkdgmnjaeljfpppa
Beschrijving Feedly Favicons
Bestandsgrootte 42.75 KB
Aantal Installaties 72
Huidige Versie 1.1.6
Laatst Bijgewerkt 2023-09-19
Publicatiedatum 2019-08-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Greg Bradley
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}