Feedly Favicons

Feedly Favicons

Apa itu Feedly Favicons?

Feedly Favicons adalah ekstensi Chrome yang dikembangkan oleh Greg Bradley, dan fitur utamanya adalah "Feedly Favicons".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Feedly Favicons

Unduh file ekstensi Feedly Favicons dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Feedly Favicons Feedly Favicons
ID bcakaadbcflpijljbkdgmnjaeljfpppa
URL Resmi https://chromewebstore.google.com/detail/feedly-favicons/bcakaadbcflpijljbkdgmnjaeljfpppa
Deskripsi Feedly Favicons
Ukuran File 42.75 KB
Jumlah Instalasi 72
Versi Saat Ini 1.1.6
Terakhir Diperbarui 2023-09-19
Tanggal Publikasi 2019-08-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Greg Bradley
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}