|
2 | 2 |
|
3 | 3 | Easy Prompt is a powerful browser extension that helps you save and quickly reuse prompts across various AI platforms.
|
4 | 4 |
|
5 |
| -[English](README.md) | [中文](README_CN.md) |
| 5 | +[English](#installation) | [中文](#安装说明) |
6 | 6 |
|
7 | 7 | ### Features
|
8 | 8 |
|
@@ -30,15 +30,53 @@ Easy Prompt is a powerful browser extension that helps you save and quickly reus
|
30 | 30 | - Keyboard shortcuts support
|
31 | 31 | - Clipboard integration
|
32 | 32 |
|
33 |
| -### Installation |
| 33 | +## Installation |
34 | 34 |
|
35 |
| -1. Install from Chrome Web Store (link coming soon) |
36 |
| -2. Manual installation: |
37 |
| - - Download the code from this repository |
38 |
| - - Open Chrome and go to `chrome://extensions/` |
39 |
| - - Enable "Developer mode" |
40 |
| - - Click "Load unpacked" |
41 |
| - - Select the downloaded code folder |
| 35 | +### Chrome / Edge / 360 Browser |
| 36 | +1. Download `chromium.zip` from [Releases](https://github.com/shalom-lab/easy-prompt/releases) |
| 37 | +2. Unzip the file |
| 38 | +3. Open Chrome/Edge, go to `chrome://extensions/` or `edge://extensions/` |
| 39 | +4. Enable "Developer mode" in the top right corner |
| 40 | +5. Click "Load unpacked" button |
| 41 | +6. Select the unzipped folder |
| 42 | + |
| 43 | +### Firefox |
| 44 | +1. Download `firefox.zip` from [Releases](https://github.com/shalom-lab/easy-prompt/releases) |
| 45 | +2. Go to `about:debugging` in Firefox |
| 46 | +3. Click "This Firefox" on the left sidebar |
| 47 | +4. Click "Load Temporary Add-on" |
| 48 | +5. Select the `manifest.json` file in the unzipped folder |
| 49 | + |
| 50 | +--- |
| 51 | + |
| 52 | +## 安装说明 |
| 53 | + |
| 54 | +### Chrome / Edge / 360浏览器 |
| 55 | +1. 从 [Releases](https://github.com/shalom-lab/easy-prompt/releases) 下载 `chromium.zip` |
| 56 | +2. 解压文件 |
| 57 | +3. 打开浏览器,访问 `chrome://extensions/` 或 `edge://extensions/` |
| 58 | +4. 在右上角开启"开发者模式" |
| 59 | +5. 点击"加载已解压的扩展程序" |
| 60 | +6. 选择解压后的文件夹 |
| 61 | + |
| 62 | +### Firefox 火狐浏览器 |
| 63 | +1. 从 [Releases](https://github.com/shalom-lab/easy-prompt/releases) 下载 `firefox.zip` |
| 64 | +2. 在 Firefox 中访问 `about:debugging` |
| 65 | +3. 点击左侧栏的"此 Firefox" |
| 66 | +4. 点击"临时载入附加组件" |
| 67 | +5. 选择解压后文件夹中的 `manifest.json` 文件 |
| 68 | + |
| 69 | +## Notes / 注意事项 |
| 70 | + |
| 71 | +- For Chrome/Edge/360: The extension will need to be re-enabled after browser restart |
| 72 | +- Firefox: The extension will need to be re-installed after browser restart |
| 73 | +- All data is stored locally in your browser |
| 74 | + |
| 75 | +--- |
| 76 | + |
| 77 | +- Chrome/Edge/360:浏览器重启后需要重新启用扩展 |
| 78 | +- Firefox:浏览器重启后需要重新安装扩展 |
| 79 | +- 所有数据都存储在本地浏览器中 |
42 | 80 |
|
43 | 81 | ### How to Use
|
44 | 82 |
|
|
0 commit comments