File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments