Feedly Favicons
Feedly Favicons
什么是Feedly Favicons?
Feedly Favicons是由Greg Bradley开发的Chrome扩展程序,该扩展的主要功能是“Feedly Favicons”。
扩展截图
下载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 |
ID | bcakaadbcflpijljbkdgmnjaeljfpppa |
官方URL | 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" ] } ] } |