Feedly Favicons

Feedly Favicons

Cos'è Feedly Favicons?

Feedly Favicons è un'estensione di Chrome sviluppata da Greg Bradley, e la sua funzione principale è "Feedly Favicons".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Feedly Favicons

Scarica i file di estensione Feedly Favicons 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Feedly Favicons Feedly Favicons
ID bcakaadbcflpijljbkdgmnjaeljfpppa
URL Ufficiale https://chromewebstore.google.com/detail/feedly-favicons/bcakaadbcflpijljbkdgmnjaeljfpppa
Descrizione Feedly Favicons
Dimensione del File 42.75 KB
Conteggio Installazioni 72
Versione Corrente 1.1.6
Ultimo Aggiornamento 2023-09-19
Data di Pubblicazione 2019-08-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Greg Bradley
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}