Feedly Favicons

Feedly Favicons

Co je Feedly Favicons?

Feedly Favicons je rozšíření Chrome vyvinuté Greg Bradley, a jeho hlavní funkcí je „Feedly Favicons“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Feedly Favicons

Stáhněte si soubory rozšíření Feedly Favicons ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Feedly Favicons Feedly Favicons
ID bcakaadbcflpijljbkdgmnjaeljfpppa
Oficiální URL https://chromewebstore.google.com/detail/feedly-favicons/bcakaadbcflpijljbkdgmnjaeljfpppa
Popis Feedly Favicons
Velikost souboru 42.75 KB
Počet instalací 72
Aktuální Verze 1.1.6
Poslední Aktualizace 2023-09-19
Datum Vydání 2019-08-20
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Greg Bradley
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}