34
34
- [ Intro] ( #intro )
35
35
- [ Features] ( #features )
36
36
- [ Structure] ( #structure )
37
- - [ ChromeExtension] ( #chrome-extension )
38
- - [ Packages] ( #packages )
39
- - [ Pages] ( #pages )
37
+ - [ ChromeExtension] ( #structure- chrome-extension )
38
+ - [ Packages] ( #structure- packages )
39
+ - [ Pages] ( #structure- pages )
40
40
- [ Getting started] ( #getting-started )
41
41
- [ Chrome] ( #getting-started-chrome )
42
42
- [ Firefox] ( #getting-started-firefox )
45
45
- [ For module] ( #install-dependency-for-module )
46
46
- [ Community] ( #community )
47
47
- [ Reference] ( #reference )
48
- - [ Star History] ( #starhistory )
48
+ - [ Star History] ( #star-history )
49
49
- [ Contributors] ( #contributors )
50
50
51
51
## Intro <a name =" intro " ></a >
@@ -131,7 +131,7 @@ You have to do it on every browser launch.</i>
131
131
132
132
## Structure <a name =" structure " ></a >
133
133
134
- ### ChromeExtension <a name =" chrome-extension " ></a >
134
+ ### ChromeExtension <a name =" structure- chrome-extension" ></a >
135
135
136
136
Main app with background script, manifest
137
137
@@ -141,7 +141,7 @@ Main app with background script, manifest
141
141
manifest.json)
142
142
- ` public/content.css ` - content css for user's page injection
143
143
144
- ### Packages <a name =" packages " ></a >
144
+ ### Packages <a name =" structure- packages" ></a >
145
145
146
146
Some shared packages
147
147
@@ -157,7 +157,7 @@ Some shared packages
157
157
- ` zipper ` - By ``` pnpm zip ``` you can pack ``` dist ``` folder into ``` extension.zip ``` inside newly created ``` dist-zip ```
158
158
- ` e2e ` - By ``` pnpm e2e ``` you can run end to end tests of your zipped extension on different browsers
159
159
160
- ### Pages <a name =" pages " ></a >
160
+ ### Pages <a name =" structure- pages" ></a >
161
161
162
162
- ` content ` - [ content script] ( https://developer.chrome.com/docs/extensions/mv3/content_scripts/ ) for chrome
163
163
extension (` content_scripts ` in manifest.json)
@@ -193,7 +193,7 @@ Also, suggest new features or share any challenges you've faced while developing
193
193
- [ Turborepo] ( https://turbo.build/repo/docs )
194
194
- [ Rollup-plugin-chrome-extension] ( https://www.extend-chrome.dev/rollup-plugin )
195
195
196
- ## Star History <a name =" starhistory " ></a >
196
+ ## Star History <a name =" star-history " ></a >
197
197
198
198
<a href =" https://star-history.com/#Jonghakseo/chrome-extension-boilerplate-react-vite&Date " >
199
199
<picture >
0 commit comments