Feedly Favicons

Feedly Favicons

What is Feedly Favicons?

Feedly Favicons is a Chrome extension developed by Greg Bradley, and its main feature is "Feedly Favicons".

Extension Screenshots

screenshot

Download Feedly Favicons Extension CRX File

Download Feedly Favicons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Feedly Favicons Feedly Favicons
ID bcakaadbcflpijljbkdgmnjaeljfpppa
Official URL https://chromewebstore.google.com/detail/feedly-favicons/bcakaadbcflpijljbkdgmnjaeljfpppa
Description Feedly Favicons
File Size 42.75 KB
Installation Count 72
Current Version 1.1.6
Last Updated 2023-09-19
Publish Date 2019-08-20
Rating 5.00/5 Total 1 Ratings
Developer Greg Bradley
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}