Chrome Extension React Antd Template

screenshot of Chrome Extension React Antd Template
react
less
ant-design

这是一个Chrome插件的React和Antd模板,帮助开发者快速启动一个插件。封装了常用的基础库,如消息通信和日志采集。支持环境配置,并使用Promise发送和等待消息响应。可以快速构建React的Chrome插件,同时提供了一些通用的React组件和浏览器接口相关的函数。

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.