 # Mue [](https://discord.gg/HJmmmTB) Fast, open and free-to-use new tab page for most modern browsers. *This is the code for the extension. If you are looking for the website code, please go [here](https://github.com/TurboMarshmello/muetab.xyz).* ## Features * Fast and free * Supports multiple browsers * Actively developed and opensource * Automatically updating API (with no tracking!) with new photos, quotes and offline mode * ~~Multiple language support~~ * ~~Settings feature - enable/disable features!~~ * Search bar, ~~update modal, copy button and more!~~ *Mue has been recently rewritten with React and is missing the features that are crossed out* ## Installation ### Chrome [](https://chrome.google.com/webstore/detail/mue/bngmbednanpcfochchhgbkookpiaiaid) Link: [Chrome Web Store](https://chrome.google.com/webstore/detail/mue/bngmbednanpcfochchhgbkookpiaiaid) Development: Read the [Development](#development) section. ### Firefox [](https://addons.mozilla.org/firefox/addon/mue) Link: [Firefox Add-ons](https://addons.mozilla.org/firefox/addon/mue) Development: Read the [Development](#development) section. ### Opera/Other Link: [GitHub Releases](https://github.com/ohlookitsderpy/Mue/releases) Development/Other: Read the [Development](#development) section. ### Development
git clone https://github.com/ohlookitsderpy/Mue (If you don't have Git just go to Clone or
download and click Download ZIP)
yarn (or npm i)
yarn run all (or npm run all)
yarn run build (or npm run build)
manifest-chrome.json in the "manfiest" folder to manifest.json in "build" (replace the one created by React)
chrome://extensions in Chrome
yarn run build (or npm run build)
manifest-opera.json in the "manfiest" folder to manifest.json in "build" (replace the one created by React)
about://extensions in Opera
yarn run build (or npm run build)
manifest-firefox.json in the "manfiest" folder to manifest.json in "build" (replace the one created by React)
manifest/background-opera.js to build/background-opera.js
about:debugging#addons in Firefox
index.html on startup and tab open!
index.html in your browser