- fix: Rollup input issue
- chore: Overall code optimization
- fix: Page does not reload after modifying content_scripts's sass/less.
- fix: Cannot remove dynamically injected CSS.
- feat: Support devtools_page configuration in manifest.json.
- fix: The content_scripts path is no longer restricted.
- fix: Set
apply
tobuild
. - chore: Listen for changes to manifest.json and re-fetch the contents of manifest.json.
- feat: support dynamic insertion of scripts and css files.
- chore: optimized code structure.
- fix: Set the configuration item shims of tsup to true to solve the problem that import.meta.url is undefined.
- fix: Use require to load sass and less
- chore: package.json adds engines option
- Chrome extension pages and content scripts supporting the use of vue, react, etc.
- Support sass/less in manifest.json.
- Support Typescript.
- In development environments, content_scripts injected pages and Chrome extensions are automatically reloaded after content_scripts and background.service_worker are modified.