Skip to content

Commit 17dad6d

Browse files
committed
FIX: README file
1 parent 8faf54b commit 17dad6d

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,44 @@
1-
# chrome-dev-newtab
1+
# Chrome Dev Newtab
2+
23
A dev friendly new tab for Google Chrome.
34
Google chrome extension that turn a new tab into a productive dashboard.
45

5-
66
![Picture](https://user-images.githubusercontent.com/8511928/135485465-d1ae77b5-b735-4200-a9f1-7a2475930579.PNG)
77

8+
🚧 **Features** 🚧 :
89

9-
10-
🚧 **features** 🚧 :
1110
- Works offline ✅
1211
- Show memory and cpu usage ✅
1312
- Google or Stackoverflow search bar ✅
1413
- Easily delete browser data ✅
1514
- Easy access to the browser history ✅
1615
- Javascript sandbox ✅
17-
- Kanban board (with local storage data persistence) ✅
16+
- Kanban board (with local storage data persistence) ✅
1817
- Lighthouse integration ✅
1918
- Markdown editor (with local storage data persistence) ✅
2019
- Github ready ✅
2120
- Trending posts from CS related subreddits ✅
22-
- Light and dark theme ⏳
23-
24-
25-
26-
21+
- Light and dark theme ⏳
2722

2823
## Installation
24+
2925
- Go to `chrome://extensions/` and check the box for Developer mode in the top right.
30-
- Download and unzip `extension.zip` from the last release
26+
- Download and unzip `extension.zip` from the last release
3127
- Drag and drop the `dist` folder into extensions tab
3228
- Activate the extension
29+
3330
## Development
34-
Since Chrome apis cannot be used outside extension scope (`chrome-extension://`) you cannot run the app as you would normally do with a react application.
31+
32+
Since Chrome apis cannot be used outside extension scope (`chrome-extension://`) you cannot run the app as you would normally do with a react application.
3533

3634
- Go to `chrome://extensions/` and check the box for Developer mode in the top right.
3735
- Fork the repo and clone it locally
38-
- Install dependencies with `npm install`.
39-
- Do a first build `npm run build`
36+
- Install dependencies with `npm install`.
37+
- Do a build first with `npm run build`
4038
- Run `npm run start`
4139
- In another shell tab run `npm run watch`
4240
- Open extensions tab in google chrome
43-
- drag and drop the `build` folder into extensions tab
41+
- Drag and drop the `build` folder into extensions tab
4442
- Activate the extension
4543
- Start coding
4644

0 commit comments

Comments
 (0)