Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/olegwock/anori
Customizable new tab extension for Chrome, Firefox and Safari
https://github.com/olegwock/anori
chrome-extension firefox-extension new-tab new-tab-page
Last synced: 2 days ago
JSON representation
Customizable new tab extension for Chrome, Firefox and Safari
- Host: GitHub
- URL: https://github.com/olegwock/anori
- Owner: OlegWock
- License: agpl-3.0
- Created: 2023-02-02T11:37:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T16:50:07.000Z (9 days ago)
- Last Synced: 2025-01-12T22:02:35.698Z (9 days ago)
- Topics: chrome-extension, firefox-extension, new-tab, new-tab-page
- Language: TypeScript
- Homepage: https://anori.app
- Size: 99.4 MB
- Stars: 360
- Watchers: 3
- Forks: 45
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![Anori](header.png)
---# Features
* Add widgets to homepage and organize them however you want
* Use bookmarks, calendar, todo, notes and other useful widgets
* Organize them in folders
* Quickly access your widgets using Cmd+K menu
* Choose from 8 different color schemes and backgrounds
* Supports Chrome, Firefox ~~and Safari~~ (see below)
* Easily extend app with your own widgetsScreenshot
![screenshot](screenshot.png)
Widgets list
* Bookmarks & bookmark groups
* World time
* Weather
* Notes
* Tasks
* Calculator
* Embedded page
* RSS reader
* Calendar
* Anori integration
* Pictures
* Recently closed tabs (only Chrome & Firefox)
* Top sites (only Chrome & Firefox)
* CPU and RAM load (only Chrome)# Installation
* If you use Chrome or any browser based on Chromium -> install extension from [Chrome Web Store](https://chrome.google.com/webstore/detail/anori/ddeaekifelikgnaacipabpmjpffgifek)
* If you use Firefox -> install extension from [Firefox Browser Add-ons](https://addons.mozilla.org/en-US/firefox/addon/anori/)
* Anori also suports Safari, but due to bugs in webkit (namely [this](https://bugs.webkit.org/show_bug.cgi?id=226440), [this](https://bugs.webkit.org/show_bug.cgi?id=259637) and [this](https://bugs.webkit.org/show_bug.cgi?id=259656)) it's not actively supported. You can compile Safari version for yourself, but some functions won't work.# Support development
You can support development of Anori with small donation, more info [here](https://sinja.io/support). Crypto and credit card options are available.
# Building from sources and extending
All details about building from sources and extending app with your own widgets are in [separate document](/DEVELOPMENT_AND_EXTENDING.md). If you wan't to contribute to the project, please read [contribution guidelines](CONTRIBUTING.md) first.
# License
Source code prior and including commit [1449a1c3effcc62e088f706e839c003e69e555b9](https://github.com/OlegWock/anori/tree/1449a1c3effcc62e088f706e839c003e69e555b9) was distributed under MIT license. Now license is AGPL, you can find full text [here](https://github.com/OlegWock/anori/blob/master/LICENSE).