Feedly Favicons
Feedly Favicons
¿Qué es Feedly Favicons?
Feedly Favicons es una extensión de Chrome desarrollada por Greg Bradley, y su función principal es "Feedly Favicons".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Feedly Favicons
Descarga archivos de extensión Feedly Favicons en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Feedly Favicons |
ID | bcakaadbcflpijljbkdgmnjaeljfpppa |
URL Oficial | https://chromewebstore.google.com/detail/feedly-favicons/bcakaadbcflpijljbkdgmnjaeljfpppa |
Descripción | Feedly Favicons |
Tamaño del Archivo | 42.75 KB |
Cantidad de Instalaciones | 72 |
Versión Actual | 1.1.6 |
Última Actualización | 2023-09-19 |
Fecha de Publicación | 2019-08-20 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Greg Bradley |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |