Skip to content

Commit 389e3dc

Browse files
committed
💬 Updating readme.
1 parent d91b4d2 commit 389e3dc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
> 4. Bundling (webpack)
1515
1616
## directory structure
17-
> * ### `src/` is root directory for a chrome extension. it includes `manifest.json` file and other static stuff.
17+
> * `src/` is root directory for a chrome extension. it includes `manifest.json` file and other static stuff.
1818
19-
> * ### `src/background.js` is main background js file for the chrome extension.
19+
> * `src/background.js` is main background js file for the chrome extension.
2020
21-
> * ### `popup-page` is the directory which includes react js setup for popup page.
21+
> * `popup-page` is the directory which includes react js setup for popup page.
2222
23-
> * ### `content-scripts` is the directory directory which includes react js setup for content script.
23+
> * `content-scripts` is the directory directory which includes react js setup for content script.
2424
25-
> * ### `src/utils` is the directory for utilities that can be written in es6,es7 or es8...
25+
> * `src/utils` is the directory for utilities that can be written in es6,es7 or es8...
2626
2727
## How to extend ?
2828

29-
> ### * Write chrome extension's background scripts code in `src/background.js`
29+
> * Write chrome extension's background scripts code in `src/background.js`
3030
31-
> ### * Write chrome extension's popup page codes in `popup-page` Reactjs directory system.
31+
> * Write chrome extension's popup page codes in `popup-page` Reactjs directory system.
3232
33-
> ### * Write chrome extension's content scripts codes in `content-scripts` Reactjs directory system.
33+
> * Write chrome extension's content scripts codes in `content-scripts` Reactjs directory system.

0 commit comments

Comments
 (0)