Feedly Favicons

Feedly Favicons

Qu'est-ce que Feedly Favicons ?

Feedly Favicons est une extension Chrome développée par Greg Bradley, et sa fonction principale est "Feedly Favicons".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Feedly Favicons

Téléchargez les fichiers d'extension Feedly Favicons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Feedly Favicons Feedly Favicons
ID bcakaadbcflpijljbkdgmnjaeljfpppa
URL Officiel https://chromewebstore.google.com/detail/feedly-favicons/bcakaadbcflpijljbkdgmnjaeljfpppa
Description Feedly Favicons
Taille du Fichier 42.75 KB
Nombre d'Installations 72
Version Actuelle 1.1.6
Dernière Mise à Jour 2023-09-19
Date de Publication 2019-08-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur Greg Bradley
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}