Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kckarnige/ecstatab

A simple new tab extension meant to stay out of your way while still making for great eye-candy.
https://github.com/kckarnige/ecstatab

addon chrome-extension chromium-extension extension firefox-addon firefox-extension new-tab unsplash unsplash-api

Last synced: about 2 months ago
JSON representation

A simple new tab extension meant to stay out of your way while still making for great eye-candy.

Awesome Lists containing this project

README

        




Ecsta logo



bmc-button

### What is this?
A very simple new tab page extension meant to stay out of your way while still being a pleasant distraction for those who need something to look at while they think.

### Can I change the types of backgrounds I look at?
You can, just hit the reload button and you should get a new image!
Don't wanna see the beaches and oceans anymore? You can go to the settings side panel and change the search query!

## Installation

[![firefox](https://blog.mozilla.org/addons/files/2015/11/get-the-addon.png)](https://addons.mozilla.org/en-US/firefox/addon/ecstatab/)
[![chromium](https://storage.googleapis.com/web-dev-uploads/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/UV4C4ybeBTsZt43U4xis.png)](https://chromewebstore.google.com/detail/ecsta/jpdnfbcjclmhlebikidldibdlgjindpl)

### Installation from Source

Firefox

1. Copy the `manifest.xpi.json` file to the `src` directory

2. Rename it to `manifest.json`

3. Open your extension settings and click on the gear icon

![help1](./help1.png)

4. Click "Debug Add-ons"

5. Click "Load temporary Add-on..." and find the `src` directory

Chromium

1. Copy the `manifest.crx.json` file to the `src` directory

2. Rename it to `manifest.json`

3. Open your extension settings

4. Toggle developer mode *(Usually located on the same page)*

5. Click "Load unpacked" and find the `src` directory

### Build from Source
With Python installed, run `build.py` in your terminal with the argument of what type of extension you want.

Chromium: `python3 build.py crx`
Firefox: `python3 build.py xpi`
Both: `python3 build.py both`

> *This has only been tested with Python 3.10.11 on Windows*