> Mue [![License](https://img.shields.io/badge/license-BSD%203-blue?style=flat-square)](/LICENSE) [![Discord](https://img.shields.io/discord/659129207208804381?label=discord&color=7289DA&style=flat-square)](https://discord.gg/zv8C9F8) [![Code Size]( https://img.shields.io/github/languages/code-size/mue/mue?color=green&label=size&style=flat-square)]()
[![Microsoft Edge](https://img.shields.io/badge/dynamic/json?style=flat-square&label=microsoft%20edge&query=%24.version&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Faepnglgjfokepefimhbnibfjekidhmja)](https://microsoftedge.microsoft.com/addons/detail/aepnglgjfokepefimhbnibfjekidhmja) [![Firefox](https://img.shields.io/amo/v/mue?label=firefox&style=flat-square)](https://addons.mozilla.org/firefox/addon/mue) [![Chrome](https://img.shields.io/chrome-web-store/v/bngmbednanpcfochchhgbkookpiaiaid?label=chrome&style=flat-square)](https://chrome.google.com/webstore/detail/mue/bngmbednanpcfochchhgbkookpiaiaid) Mue is a fast, open and free-to-use browser extension that gives a new, fresh and customizable tab page to most modern browsers
## WARNING This is the branch for 5.0, the next version of Mue. For the stable version currently on stores, see the main branch. ## Table of contents * [Screenshot](#screenshot) * [Features](#features) * [Planned Features](#planned-features) * [Installation](#installation) * [Chrome](#chrome) * [Firefox](#firefox) * [Edge Chromium](#edge-chromium) * [Naver](#naver) * [Other](#other) * [Contributing](#development) * [Requirements](#requirements) * [Starting](#starting) * [Building](#building) * [Credits](#credits) * [Developers](#developers) * [Translators](#translators) * [Contributors](#contributors) * [Resources](#resources) ## Screenshot ![Screenshot](assets/screenshot.jpg) ## Features * Fast and free * Supports multiple browsers * Actively developed and open source * Automatically updating API (no tracking) with new photos, quotes and offline mode * Search bar * Settings - enable/disable various features and customise parts of Mue * Update modal, copy button and more! * Marketplace - download custom photo packs, quote packs, preset settings and themes made by the community! ### Planned Features Please see our [roadmap](https://github.com/mue/mue/projects) ## Installation *A demo of the tab can be found [here](https://demo.muetab.com)* ### Chrome [![Chrome Web Store Logo](assets/chrome.png)](https://chrome.google.com/webstore/detail/mue/bngmbednanpcfochchhgbkookpiaiaid)
[Chrome Web Store](https://chrome.google.com/webstore/detail/mue/bngmbednanpcfochchhgbkookpiaiaid) ### Firefox [![Firefox Add-ons Logo](assets/firefox.png)](https://addons.mozilla.org/firefox/addon/mue)
[Firefox Add-ons](https://addons.mozilla.org/firefox/addon/mue) ### Edge (Chromium) ~~[Microsoft Edge Addons](https://microsoftedge.microsoft.com/addons/detail/aepnglgjfokepefimhbnibfjekidhmja)~~ Currently outdated, please use the Chrome Web Store version ### Naver [Whale Store](https://store.whale.naver.com/detail/ecllekeilcmicbfkkiknfdddbogibbnc) ### Other Please note that we have dropped support for Opera as of Mue 5.0 [GitHub Releases](https://github.com/mue/mue/releases) ## Development ### Requirements * [Git](https://git-scm.com/) * [Node.JS](https://nodejs.org/) * A suitable browser ### Starting 1. Clone the repository using `git clone https://github.com/mue/mue.git` 2. Run `yarn` or `npm i` to install all needed dependencies 3. Run `yarn start` or `npm start` to start testing 4. Code your heart out! (See the sections below for how to build the extension) ### Building
Chrome/Edge (Chromium) (Click to expand)
  1. yarn run build or npm run build
  2. yarn run chrome or npm run chrome
  3. Visit chrome://extensions in Chrome
  4. Click Load unpacked (Make sure Developer Mode is on)
  5. Go to the directory containing the built copy of Mue and click ok
  6. Enjoy your new tab!
Opera (Click to expand)
  1. yarn run build or npm run build
  2. yarn run opera or npm run opera
  3. Visit about://extensions in Opera
  4. Click Load unpacked extension... (Make sure Developer Mode is on)
  5. Go to the directory containing Mue and click ok
  6. Enjoy your new tab!
Firefox (Click to expand)
  1. yarn run build or npm run build
  2. yarn run firefox or npm run firefox
  3. Visit about:debugging#addons in Firefox
  4. Click Load Temporary Add-on
  5. Go to the directory containing Mue and click on the manifest.json
  6. Enjoy your new tab!
Other (Click to expand) Note: To get the full new tab experience, set your browser to open the index.html on startup and tab open!
  1. yarn run build or npm run build
  2. Open the index.html in your browser
  3. Enjoy your new tab!
## Credits ### Developers [David Ralph](https://github.com/davidjcralph) - Lead development, photographer
[Alex Sparkes](https://github.com/alexsparkes) - Name, lead design, photographer
[Isaac Saunders](https://github.com/eartharoid) - QA, development, photographer
[Wessel Tip](https://github.com/Wessel) - Development
### Translators [Wessel Tip](https://github.com/Wessel), [Heimen Stoffels](https://github.com/Vistaus) - Dutch
[Alex Sparkes](https://github.com/alexsparkes), [Maxime](https://github.com/exiam) - French
[Anders](https://github.com/FuryingFox) - Norwegian
[Pronin Egor](https://github.com/MrZillaGold) - Russian
[Vicente](https://github.com/Vicente015) - Spanish
[Austin Huang](https://github.com/austinhuang0131) - Chinese (Simplified)
[FreeFun](https://github.com/xXFreeFunXx) - German
### Contributors Many thanks to [Highholding](https://discord.bio/p/highholding), [Noa Shapira](#), [Roee Lupo](https://github.com/RoeeLupo), [Jeroen](#), [Glasvegas](https://twitter.com/_glasvegas), [Anders](https://github.com/FuryingFox), [Oded Shapira](https://twitter.com/dondishdev), Jacob Tyrrell and [Nikka Lai](#) for letting us use their wonderful photographs. And finally, a big thank you to all the other [contributors](https://github.com/mue/mue/graphs/contributors)! ### Resources [Pexels](https://pexels.com) - Stock photos used for offline mode
[Opera Forum](https://forums.opera.com/topic/25046/how-to-disable-completely-the-speed-dial/14) - Portions of code to add Opera support