|
5 | 5 |
|
6 | 6 |    [](https://multipost.app) [](https://deepwiki.com/leaperone/MultiPost-Extension)
|
7 | 7 |
|
8 |
| - |
9 |
| - |
10 | 8 | [English](README.md) | [中文](docs/README-zh.md) | [日本語](docs/README-jp.md) | [Français](docs/README-fr.md) | [한국어](docs/README-kr.md)
|
11 | 9 |
|
12 | 10 | > A browser extension that helps users publish content to multiple social media platforms with one click.
|
|
15 | 13 | ⭐ If you find this project helpful, please consider giving it a star! Your support helps us grow and improve! ⭐
|
16 | 14 | </div>
|
17 | 15 |
|
18 |
| - |
19 |
| - |
20 | 16 | ## 主要功能 / Key Features
|
21 | 17 | - 一键发布内容(文本、图片、视频等)到多个平台。(支持知乎、微博、小红书、抖音等10多个主流平台)无需登录、无需注册、无需API Key。完全免费!
|
22 | 18 | Post your content (text, images, videos, etc.) to multiple platforms with one click. (Over 10 mainstream platforms including Zhihu, Weibo, Xiaohongshu, TikTok, etc.) No login, no registration, no API Key required. Free!
|
@@ -46,52 +42,6 @@ This extension solves the pain points of content creators when publishing across
|
46 | 42 | - [Edge extension - ](https://microsoftedge.microsoft.com/addons/detail/multipost/ckoiphiceimehjkolnfffgbmihoppgjg) [](https://microsoftedge.microsoft.com/addons/detail/multipost/ckoiphiceimehjkolnfffgbmihoppgjg)
|
47 | 43 | <!--  -->
|
48 | 44 |
|
49 |
| - |
50 |
| -## Getting Started |
51 |
| - |
52 |
| -First, run the development server: |
53 |
| - |
54 |
| -```bash |
55 |
| -pnpm i |
56 |
| - |
57 |
| -pnpm dev |
58 |
| -``` |
59 |
| - |
60 |
| -In the browser extension page, open the developer mode, click `Load **unpacked** extension` and find `build/chrome-mv3-dev` to load it. |
61 |
| - |
62 |
| -## Building the Production Version |
63 |
| - |
64 |
| -Run the following command: |
65 |
| - |
66 |
| -```bash |
67 |
| -pnpm build |
68 |
| -``` |
69 |
| - |
70 |
| -You can find the build content in the `build` folder |
71 |
| - |
72 |
| -## Development Instructions |
73 |
| - |
74 |
| -### Documents You Need to Know |
75 |
| - |
76 |
| -[Chrome Extension API Reference](https://developer.chrome.com/docs/extensions/reference/api) |
77 |
| - |
78 |
| -[Edge Extension](https://learn.microsoft.com/en-us/microsoft-edge/extensions-chromium/) |
79 |
| - |
80 |
| -[Plasmo Docs](https://docs.plasmo.com/) |
81 |
| - |
82 |
| -## Recommended Articles |
83 |
| - |
84 |
| -- [AI Full Stack Guide Vol.033: Learn One-Click Multi-Platform Content Publishing in 5 Minutes](https://mp.weixin.qq.com/s/K7yh6EsBLOGJzl8Gh8SwLw) |
85 |
| - |
86 |
| -### File Structure |
87 |
| - |
88 |
| -> src/sync: This folder contains the code for operating on different platforms, where dynamic is related to dynamic publishing, and video is related to video publishing; any added platform needs to be registered in common.ts. |
89 |
| -> components: This folder contains all the components for frontend interface operations. |
90 |
| -
|
91 |
| -### Development Environment |
92 |
| - |
93 |
| -It is recommended to use the package management tool `pnpm@latest-9` with Node.js version 20. |
94 |
| - |
95 | 45 | ## Star History
|
96 | 46 |
|
97 | 47 | [](https://www.star-history.com/#leaperone/multipost-wechat-markdown-editor&leaperone/MultiPost-Extension&Date)
|
|
0 commit comments