Skip to content

Commit efa7510

Browse files
chore: unify links name for README.md (Jonghakseo#726)
1 parent a5c34a3 commit efa7510

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
@@ -34,9 +34,9 @@
3434
- [Intro](#intro)
3535
- [Features](#features)
3636
- [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)
4040
- [Getting started](#getting-started)
4141
- [Chrome](#getting-started-chrome)
4242
- [Firefox](#getting-started-firefox)
@@ -45,7 +45,7 @@
4545
- [For module](#install-dependency-for-module)
4646
- [Community](#community)
4747
- [Reference](#reference)
48-
- [Star History](#starhistory)
48+
- [Star History](#star-history)
4949
- [Contributors](#contributors)
5050

5151
## Intro <a name="intro"></a>
@@ -131,7 +131,7 @@ You have to do it on every browser launch.</i>
131131

132132
## Structure <a name="structure"></a>
133133

134-
### ChromeExtension <a name="chrome-extension"></a>
134+
### ChromeExtension <a name="structure-chrome-extension"></a>
135135

136136
Main app with background script, manifest
137137

@@ -141,7 +141,7 @@ Main app with background script, manifest
141141
manifest.json)
142142
- `public/content.css` - content css for user's page injection
143143

144-
### Packages <a name="packages"></a>
144+
### Packages <a name="structure-packages"></a>
145145

146146
Some shared packages
147147

@@ -157,7 +157,7 @@ Some shared packages
157157
- `zipper` - By ```pnpm zip``` you can pack ```dist``` folder into ```extension.zip``` inside newly created ```dist-zip```
158158
- `e2e` - By ```pnpm e2e``` you can run end to end tests of your zipped extension on different browsers
159159

160-
### Pages <a name="pages"></a>
160+
### Pages <a name="structure-pages"></a>
161161

162162
- `content` - [content script](https://developer.chrome.com/docs/extensions/mv3/content_scripts/) for chrome
163163
extension (`content_scripts` in manifest.json)
@@ -193,7 +193,7 @@ Also, suggest new features or share any challenges you've faced while developing
193193
- [Turborepo](https://turbo.build/repo/docs)
194194
- [Rollup-plugin-chrome-extension](https://www.extend-chrome.dev/rollup-plugin)
195195

196-
## Star History <a name="starhistory"></a>
196+
## Star History <a name="star-history"></a>
197197

198198
<a href="https://star-history.com/#Jonghakseo/chrome-extension-boilerplate-react-vite&Date">
199199
<picture>

0 commit comments

Comments
 (0)