Feedly Favicons

Feedly Favicons

什麼是Feedly Favicons?

Feedly Favicons是由Greg Bradley開發的Chrome擴展程式,該擴展的主要功能是“Feedly Favicons”。

擴展截圖

screenshot

下載Feedly Favicons擴展crx文件

下載Feedly Favicons擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Feedly Favicons Feedly Favicons
ID bcakaadbcflpijljbkdgmnjaeljfpppa
官方網址 https://chromewebstore.google.com/detail/feedly-favicons/bcakaadbcflpijljbkdgmnjaeljfpppa
簡介 Feedly Favicons
檔案大小 42.75 KB
安裝次數 72
目前版本 1.1.6
更新時間 2023-09-19
上架時間 2019-08-20
評分 5.00/5 共 1 次評分
開發者 Greg Bradley
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}