Skip to content

Commit

Permalink
release: v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojiecong committed Feb 9, 2023
1 parent 1ddfbe9 commit f3ca3d8
Show file tree
Hide file tree
Showing 15 changed files with 1,704 additions and 961 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.6 (2023-2-9)
+ fix: Rollup input issue
+ chore: Overall code optimization

## 0.0.5 (2022-12-26)
+ fix: Page does not reload after modifying content_scripts's sass/less.
+ fix: Cannot remove dynamically injected CSS.
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ npm run build
Check out the examples in this repo.

+ crx-basic
+ crx-react
+ crx-solid
+ crx-jquery
+ crx-vue
+ crx-vue-drawer
+ crx-vue-multi-page
+ crx-vue-antd-newtab
+ crx-vue-antd-bookmarks
+ crx-react
+ crx-react-sandbox
+ crx-solid
+ crx-contentscript-sass-less
+ crx-executescript-function
+ crx-executescript-files
Expand All @@ -88,5 +88,4 @@ Check out this [GIF](./docs/gif.md) preview.

## Notes
+ After starting the project, you need to refresh the page manually for the first time, so that the client and the server can establish a websocket connection.
+ In manifest.json, when the background.service_worker, action.default_popup, options_page, devtools_page configuration is changed, you need to restart the project.
+ The html file needs to be placed outside the src directory.
8 changes: 4 additions & 4 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,23 @@ npm run build
在本仓库下的examples目录下:

+ crx-basic
+ crx-react
+ crx-solid
+ crx-jquery
+ crx-vue
+ crx-vue-drawer
+ crx-vue-multi-page
+ crx-vue-antd-newtab
+ crx-vue-antd-bookmarks
+ crx-react
+ crx-react-sandbox
+ crx-solid
+ crx-contentscript-sass-less
+ crx-executescript-function
+ crx-executescript-files
+ crx-insertcss-files
+ crx-devtools


查看这个[GIF](./docs/gif.md)预览效果。

## 注意事项
+ 启动项目后,第一次需要手动刷新页面,这样客户端和服务端便建立了websocket连接。
+ 在manifest.json中,当background.service_worker, action.default_popup, options_page, devtools_page配置发生变化时,需要重启项目。
+ html文件需要放在src目录外层。
2 changes: 1 addition & 1 deletion examples/crx-vue-antd-newtab/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "crx-vue-antd-bookmarks",
"name": "crx-vue-antd-newtab",
"version": "0.0.1",
"scripts": {
"web:dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/crx-vue-antd-newtab/src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "crx-vue-antd-bookmarks",
"name": "crx-vue-antd-newtab",
"description": "A Chrome extension demo.",
"version": "1.0.0",
"icons": {},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-crx-mv3",
"version": "0.0.5",
"version": "0.0.6",
"description": "Build a Chrome Extension with Vite.",
"main": "dist/index.js",
"scripts": {
Expand Down
Loading

0 comments on commit f3ca3d8

Please sign in to comment.