Skip to content

Commit

Permalink
feat: major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
novalagung committed Apr 19, 2022
1 parent bd3c9b0 commit 5112751
Show file tree
Hide file tree
Showing 12 changed files with 106 additions and 4,671 deletions.
42 changes: 27 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,48 @@
# SkeetOverflow

Chrome Extension for replacing all reputations on StackOverflow into Jon Skeet unit, for fun 😁.
A fun browser extension for replacing all reputations on StackOverflow into percentage of Jon Skeet's reputation point.

A link for anyone who doesn't know who is Jon Skeet is: https://stackoverflow.blog/2018/01/15/thanks-million-jon-skeet
In case anyone doesn't know who John Skeet is, please check out these links:

## Installation
- Thanks a Million, Jon Skeet! https://stackoverflow.blog/2018/01/15/thanks-million-jon-skeet
- Jon Skeet facts https://meta.stackexchange.com/questions/9134/jon-skeet-facts

### Installation

1. Clone the repo

1. Clone this repo.
```bash
git clone https://github.com/novalagung/skeetoverflow.git
```
2. Install required dependencies through npm. This is optional, because the required 3rd party file already included in this repository inside `node_modules` folder, BUT RELAX, only three files inside those folder.

1. Install required dependencies through `npm`

```js
npm install
```
3. Open chrome, open Extension page (or just type `chrome://extensions` directly on the url).
4. Click **Load unpacked** button, point it to the cloned `skeetoverflow` folder.

1. Open any browser, open up the addons/extension page

1. Load the extension. Example on Chrome browser, click **Load unpacked** button, point it to the cloned `skeetoverflow` folder

<img src="https://i.imgur.com/G2aIui1.png" alt="Load Skeet Overflow Extension" style="width: 400px;">

5. Done. Try to open any page on [Stack Overflow](https://stackoverflow.com).
1. Done! Now try to open any page on [Stack Overflow](https://stackoverflow.com)

### Preview

![Skeet Overflow 1](https://raw.githubusercontent.com/novalagung/skeetoverflow/master/images/image1.png)

![Skeet Overflow 2](https://raw.githubusercontent.com/novalagung/skeetoverflow/master/images/image2.png)

## Preview
![Skeet Overflow 3](https://raw.githubusercontent.com/novalagung/skeetoverflow/master/images/image3.png)

![Skeet Overflow 1](https://i.imgur.com/mMIDjqK.png)
![Skeet Overflow 2](https://i.imgur.com/Cg3mcSL.png)
![Skeet Overflow 3](https://i.imgur.com/B9Ciu83.png)
![Skeet Overflow 4](https://i.imgur.com/YSSnonx.png)
![Skeet Overflow 4](https://raw.githubusercontent.com/novalagung/skeetoverflow/master/images/image4.png)

## Author
### Maintainer

Noval Agung Prayogo

## License
### License

MIT License
Binary file added images/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Skeet Overflow",
"short_name": "skeetoverflow",
"description": "Chrome Extension for replacing all reputations on StackOverflow into Jon Skeet unit",
"description": "A fun browser extension for replacing all reputations on StackOverflow into percentage of Jon Skeet's reputation point",
"version": "1.0",
"permissions": [
"activeTab",
Expand Down
2 changes: 0 additions & 2 deletions node_modules/jquery/dist/jquery.min.js

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/jquery/dist/jquery.min.map

This file was deleted.

Loading

0 comments on commit 5112751

Please sign in to comment.