# Amazing-Favorites **Repository Path**: yks/Amazing-Favorites ## Basic Information - **Project Name**: Amazing-Favorites - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 1 - **Created**: 2021-05-01 - **Last Updated**: 2021-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Amazing Favorites [![CodeFactor](https://www.codefactor.io/repository/github/amazing-favorites/amazing-favorites/badge)](https://www.codefactor.io/repository/github/amazing-favorites/amazing-favorites) Amazing Favorites help you to manage you bookmarks efficiently. Please feel free to add your idea to issues. You can find the user manual at [af.newbe.pro](https://af.newbe.pro/docs/) You can install this extension from stores below: - [Microsoft Edge Store](https://microsoftedge.microsoft.com/addons/detail/amazing-favorites/bknjgbpkaloajcphccpcnahegfglfiei) - [Chrome Store](https://chrome.google.com/webstore/detail/amazing-favorites/podhpclhgkdeiechkdceginfehfanhcb) ## Screenshots ### Add a new page as bookmark ![Add a new page as bookmark](https://af.newbe.pro/assets/images/20210805-002-819348ffa4fcf3a966ba14bedc367f32.gif) ### Search ![open_manager](https://af.newbe.pro/assets/images/20210815-009-2815ae7ce4e70834b456736dcb2cd070.gif) ### Sharing ![sharing](https://af.newbe.pro/assets/images/20210805-001-333ad5c1a95f7a65765a92cfa0eea289.gif) ### Cloud Sync ![cloud sync](https://af.newbe.pro/assets/images/20210829-001-ee34a0ab1a739593b56693bb542cd460.png) ## Install from source 1. [download and install .net 6 sdk](https://dotnet.microsoft.com/download/dotnet/6.0) 2. run `dotnet build` in `src` folder to build extensions 3. open your browser (Chrome / Microsoft Edge / 360 browser / Vivaldi or else) to enable `extension developer mode` 4. load extension from folder `src/Newbe.BookmarkManager/bin/Debug/net6.0/browserextension` 5. enjoy now! ## Links - [Ant Design Blazor Documentation](https://ant-design-blazor.github.io) - [Official Blazor Documentation](https://docs.microsoft.com/en-us/aspnet/core/blazor/?WT.mc_id=DT-MVP-5003987) - [MS Learn for Blazor Tutorial](https://docs.microsoft.com/en-us/learn/modules/build-blazor-webassembly-visual-studio-code/?WT.mc_id=DT-MVP-5003987) - [Blazor Extensions for build a browser extensions](https://github.com/mingyaulee/Blazor.BrowserExtension)