Feedly Favicons

Feedly Favicons

Vad är Feedly Favicons?

Feedly Favicons är en Chrome-tillägg utvecklad av Greg Bradley, och dess huvudfunktion är "Feedly Favicons".

Tilläggsskärmbilder

screenshot

Ladda ner Feedly Favicons-förlängningens CRX-fil

Ladda ner Feedly Favicons-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Feedly Favicons Feedly Favicons
ID bcakaadbcflpijljbkdgmnjaeljfpppa
Officiell webbadress https://chromewebstore.google.com/detail/feedly-favicons/bcakaadbcflpijljbkdgmnjaeljfpppa
Beskrivning Feedly Favicons
Filstorlek 42.75 KB
Antal Installationer 72
Aktuell Version 1.1.6
Senast Uppdaterad 2023-09-19
Publiceringsdatum 2019-08-20
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Greg Bradley
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}