{"id":13590827,"url":"https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader","last_synced_at":"2025-04-08T14:31:51.646Z","repository":{"id":20064199,"uuid":"88773401","full_name":"navossoc/KeePass-Yet-Another-Favicon-Downloader","owner":"navossoc","description":"Yet Another Favicon Downloader for KeePass 2.x","archived":false,"fork":false,"pushed_at":"2022-05-09T21:19:50.000Z","size":552,"stargazers_count":536,"open_issues_count":24,"forks_count":31,"subscribers_count":23,"default_branch":"master","last_synced_at":"2024-11-06T11:44:56.381Z","etag":null,"topics":["favicon","favicon-downloader","icons","keepass","plugin","plugins"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/navossoc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-19T17:43:29.000Z","updated_at":"2024-10-30T03:22:51.000Z","dependencies_parsed_at":"2022-08-08T19:00:05.868Z","dependency_job_id":null,"html_url":"https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navossoc%2FKeePass-Yet-Another-Favicon-Downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navossoc%2FKeePass-Yet-Another-Favicon-Downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navossoc%2FKeePass-Yet-Another-Favicon-Downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navossoc%2FKeePass-Yet-Another-Favicon-Downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navossoc","download_url":"https://codeload.github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247860742,"owners_count":21008341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["favicon","favicon-downloader","icons","keepass","plugin","plugins"],"created_at":"2024-08-01T16:00:50.883Z","updated_at":"2025-04-08T14:31:51.194Z","avatar_url":"https://github.com/navossoc.png","language":"C#","funding_links":[],"categories":["C# #"],"sub_categories":[],"readme":"# Yet Another Favicon Downloader\n\n[![GitHub release](https://img.shields.io/github/release/navossoc/KeePass-Yet-Another-Favicon-Downloader.svg)](https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/releases/latest)\n[![license](https://img.shields.io/github/license/navossoc/KeePass-Yet-Another-Favicon-Downloader.svg)](/LICENSE)\n\n## Table of contents\n\n- [Overview](#overview)\n  - [Features](#features)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Changelog](#changelog)\n- [Contributing](#contributing)\n- [Copyright and license](#copyright-and-license)\n\n## Overview\n\n_Yet Another Favicon Downloader_ (_YAFD_ for short) is a plugin for _KeePass_ 2.x that allows you to quickly download favicons for your password entries.\n\n### Features\n\n- Concurrent and responsive (allows faster downloads without freezing the user interface)\n- Lightweight and reliable (designed to download thousands of icons in batch)\n- Smart and efficient\n  - Avoids duplicate icons (reuses custom icons already present in the database)\n  - Download entries without a URL scheme (automatically prefix URLs with `http://`)\n  - Download entries without a URL field (automatically uses Title field)\n  - - Automatically resize icons (scales down to 128x128 px)\n- Linux support (_experimental_)\n- Proxy support (respects _KeePass_ settings)\n- Modern support (supports TLS up to 1.3 on .NET 4.8)  \n\n## Requirements\n\n- _KeePass_ 2.34 or higher.\n\n### Linux\n\n- _Mono_ 4.8.0 or newer.\n\nAdditional installation instructions can be found on the [wiki](https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/wiki/Linux-install).\n\n### Windows\n\n- _.NET Framework_ 4.5 or newer.\n\n## Installation\n\n- Download the [latest](https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/releases/latest) release.\n- Copy _YetAnotherFaviconDownloader.plgx_ into _KeePass_ plugins folder.\n- Restart _KeePass_ in order to load the plugin.\n\nOr install via [Chocolatey](https://community.chocolatey.org/packages/keepass-yet-another-favicon-downloader):\n\n```\nchoco install keepass-yet-another-favicon-downloader\n```\n\nTo upgrade KeePass Plugin Yet Another Favicon Downloader to the latest release version for enjoying the newest features, run the following command from the command line or from PowerShell:\n\n```\nchoco upgrade keepass-yet-another-favicon-downloader\n```\n\n## Usage\n\nThis plugin adds a new menu item called **\"Download Favicons\"** into the entry and group context menus of _KeePass_.\n\nSelect one or more entries and click _Download Favicons_ to download the _favicon_ associated with that _URL_.\n\n![Entry Context Menu](docs/images/entry-context-menu.gif)\n\n---\n\nYou can also select one group and click _Download Favicons_ to download _favicons_ for all entries in this group and its subgroups.\n\n![Group Context Menu](docs/images/group-context-menu.gif)\n\n## Changelog\n\nSee the [Releases section](https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/releases) for more details of each release.\n\n## Contributing\n\nHave a bug or a feature request? Please first search for [open and closed issues](https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/issues?q=is%3Aissue). If your problem or idea is not addressed yet, [please open a new issue](https://github.com/navossoc/KeePass-Yet-Another-Favicon-Downloader/issues/new).\n\n## Copyright and license\n\n_Yet Another Favicon Downloader_ source code is licensed under the [MIT License](LICENSE).\n\n[Documentation](docs/README.md) is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).\n\nOther [Resources](Resources/README.md) are separately licensed.\n\nWhen you contribute to this repository you are doing so under the above licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavossoc%2FKeePass-Yet-Another-Favicon-Downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavossoc%2FKeePass-Yet-Another-Favicon-Downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavossoc%2FKeePass-Yet-Another-Favicon-Downloader/lists"}