mirror of
https://github.com/mue/mue.git
synced 2026-06-08 22:18:40 +02:00
Fixed Firefox and other edits
This commit is contained in:
16
README.md
16
README.md
@@ -3,25 +3,25 @@ Fast, open and free-to-use new tab page for Chrome (also works on Opera and Fire
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
### Chrome
|
### Chrome
|
||||||
1. ``git clone https://github.com/ohlookitsderpy/Mue`` (if you don't have git just go to **Clone or download** and click **Download ZIP**)
|
1. ``git clone https://github.com/ohlookitsderpy/Mue`` (If you don't have Git just go to **Clone or download** and click **Download ZIP**)
|
||||||
2. Rename ``manifest-chrome.json`` to ``manifest.json``
|
2. Rename ``manifest-chrome.json`` to ``manifest.json``
|
||||||
3. Visit ``chrome://extensions`` in your browser
|
3. Visit ``chrome://extensions`` in Chrome
|
||||||
4. Click **Load unpacked** (Make sure **Developer Mode** is on)
|
4. Click **Load unpacked** (Make sure **Developer Mode** is on)
|
||||||
5. Go to the directory and click ok
|
5. Go to the directory and click ok
|
||||||
6. Enjoy your new tab!
|
6. Enjoy your new tab!
|
||||||
### Opera
|
### Opera
|
||||||
1. ``git clone https://github.com/ohlookitsderpy/Mue`` (if you don't have git just go to **Clone or download** and click **Download ZIP**)
|
1. ``git clone https://github.com/ohlookitsderpy/Mue`` (If you don't have Git just go to **Clone or download** and click **Download ZIP**)
|
||||||
2. Rename ``manifest-opera.json`` to ``manifest.json``
|
2. Rename ``manifest-opera.json`` to ``manifest.json``
|
||||||
3. Visit ``about://extensions`` in your browser
|
3. Visit ``about://extensions`` in Opera
|
||||||
4. Click **Load unpacked extension...** (Make sure you are in **Developer Mode**)
|
4. Click **Load unpacked extension...** (Make sure you are in **Developer Mode**)
|
||||||
5. Go to the directory and click ok
|
5. Go to the directory and click ok
|
||||||
6. Enjoy your new tab!
|
6. Enjoy your new tab!
|
||||||
### Firefox
|
### Firefox
|
||||||
*Note: I'm currently trying to find a better method to do this, but this works for now. Also in testing and may not work properly!*
|
*Note: I'm currently trying to find a better method to do this, but this works for now. Also in testing and may not work properly!*
|
||||||
1. ``git clone https://github.com/ohlookitsderpy/Mue`` (if you don't have git just go to **Clone or download** and click **Download ZIP**)
|
1. ``git clone https://github.com/ohlookitsderpy/Mue`` (If you don't have Git just go to **Clone or download** and click **Download ZIP**)
|
||||||
2. Rename ``manifest-chrome`` to ``manifest.json``
|
2. Rename ``manifest-firefox.json`` to ``manifest.json``
|
||||||
3. Visit ``about:debugging#addons`` in your browser
|
3. Visit ``about:debugging#addons`` in Firefox
|
||||||
4. Click **Load temporary Add-on**
|
4. Click **Load Temporary Add-on...**
|
||||||
5. Go to the directory and click on the manifest.json
|
5. Go to the directory and click on the manifest.json
|
||||||
6. Enjoy your new tab!
|
6. Enjoy your new tab!
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
/*
|
||||||
|
__ __
|
||||||
|
| \/ |
|
||||||
|
| \ / |_ _ ___
|
||||||
|
| |\/| | | | |/ _ \
|
||||||
|
| | | | |_| | __/
|
||||||
|
|_| |_|\__,_|\___|
|
||||||
|
-------------------
|
||||||
|
Copyright 2018 Dave R (ohlookitsderpy)
|
||||||
|
Licensed under MIT
|
||||||
|
Special thanks to contributors! <3
|
||||||
|
GitHub: https://github.com/ohlookitsderpy/Mue
|
||||||
|
*/
|
||||||
|
|
||||||
/* VARIABLES */
|
/* VARIABLES */
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
|||||||
@@ -1,3 +1,17 @@
|
|||||||
|
/*
|
||||||
|
__ __
|
||||||
|
| \/ |
|
||||||
|
| \ / |_ _ ___
|
||||||
|
| |\/| | | | |/ _ \
|
||||||
|
| | | | |_| | __/
|
||||||
|
|_| |_|\__,_|\___|
|
||||||
|
-------------------
|
||||||
|
Copyright 2018 Dave R (ohlookitsderpy)
|
||||||
|
Licensed under MIT
|
||||||
|
Special thanks to contributors! <3
|
||||||
|
GitHub: https://github.com/ohlookitsderpy/Mue
|
||||||
|
*/
|
||||||
|
|
||||||
// start a separate function for each of the things that we need to do
|
// start a separate function for each of the things that we need to do
|
||||||
|
|
||||||
// function construction is part of making the code clearer...
|
// function construction is part of making the code clearer...
|
||||||
|
|||||||
14
index.html
14
index.html
@@ -1,3 +1,17 @@
|
|||||||
|
<!--
|
||||||
|
__ __
|
||||||
|
| \/ |
|
||||||
|
| \ / |_ _ ___
|
||||||
|
| |\/| | | | |/ _ \
|
||||||
|
| | | | |_| | __/
|
||||||
|
|_| |_|\__,_|\___|
|
||||||
|
-------------------
|
||||||
|
Copyright 2018 Dave R (ohlookitsderpy)
|
||||||
|
Licensed under MIT
|
||||||
|
Special thanks to contributors! <3
|
||||||
|
GitHub: https://github.com/ohlookitsderpy/Mue
|
||||||
|
-->
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_icon": "./assets/img/icon.png"
|
"default_icon": "./assets/img/icon.png"
|
||||||
},
|
},
|
||||||
"chrome_url_overrides" : {
|
"chrome_url_overrides": {
|
||||||
"newtab": "index.html"
|
"newtab": "index.html"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
14
manifest-firefox.json
Normal file
14
manifest-firefox.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"manifest_version": 2,
|
||||||
|
"name": "Mue",
|
||||||
|
"version": "0.1",
|
||||||
|
"browser_action": {
|
||||||
|
"default_icon": "./assets/img/icon.png"
|
||||||
|
},
|
||||||
|
"chrome_url_overrides": {
|
||||||
|
"newtab": "index.html"
|
||||||
|
},
|
||||||
|
"chrome_settings_overrides": {
|
||||||
|
"homepage": "index.html"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
"background": {
|
"background": {
|
||||||
"scripts": ["./assets/js/background-opera.js"]
|
"scripts": ["./assets/js/background-opera.js"]
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"tabs"
|
"tabs"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user