|
15 | 15 | ## Features |
16 | 16 |
|
17 | 17 | - 🔽 Instead of browser download manager |
| 18 | +- 🖱️ Right-click menu download |
18 | 19 | - 🔍 Sniff web resources |
19 | 20 | - ⚙️ Support multiple downloader configurations |
20 | 21 | - 📦 More.. |
21 | 22 |
|
22 | | -## Advanced Usage |
| 23 | +## Usage |
23 | 24 |
|
24 | | -This extension is "**ready to use after download**" and usually requires no worries on your part. |
| 25 | +Basicly, this extension is **ready to use**, you don't need to do any settings, just make sure you have installed `Gopeed`. |
25 | 26 |
|
26 | | -### Temp disable the extension |
| 27 | +### Remote Download |
27 | 28 |
|
28 | | - |
| 29 | +The extension supports pushing tasks to the `Gopeed server` for downloading. If you have deployed the `web` or `docker` version, you can configure the remote download server through the extension. |
29 | 30 |
|
30 | | -### How to customize API |
| 31 | + |
31 | 32 |
|
32 | | -1. Open ext settings |
33 | | - |
34 | | -  |
35 | | - |
36 | | -2. Edit the API settings (MUST BE SAME AS WHAT YOU'VE SET IN SOFTWARE) |
37 | | - |
38 | | -  |
39 | | - |
40 | | -### How to set file types that do not need to be captured |
41 | | - |
42 | | -1. Open ext setting page and turn to _Basic Settings_ page. |
43 | | -2. Open and edit the box of the option _File Type Filter_, for example: |
44 | | - |
45 | | - - Note: `.tar.gz` would be matched by both `.gz` and `.tar.gz` |
46 | | - |
47 | | - ```text |
48 | | - .jpg |
49 | | - .jpeg |
50 | | - .png |
51 | | - .tif |
52 | | - .tiff |
53 | | - .webp |
54 | | - .avif |
55 | | - .gif |
56 | | - .pdf |
57 | | - .docx |
58 | | - .doc |
59 | | - .pptx |
60 | | - .ppt |
61 | | - .xlsx |
62 | | - .xls |
63 | | - ``` |
64 | | - |
65 | | -### How to set domains that do not need to be captured |
66 | | - |
67 | | -1. Open ext setting page and turn to _Basic Settings_ page. |
68 | | -2. Open and edit the box of the option _Domain Filter_, for example: |
69 | | - |
70 | | - - Note: The use of **regular expression** or **wildcard characters** is **not** supported. |
71 | | - |
72 | | - ```text |
73 | | - changjiang.yuketang.cn |
74 | | - zhihu.com |
75 | | - ``` |
| 33 | +> **Tip**: You can also [enable](https://docs.gopeed.com/zh/dev-api.html#%E5%90%AF%E7%94%A8%E6%8E%A5%E5%8F%A3) Gopeed's TCP protocol as a remote download server, which is suitable for cases where the browser extension does not automatically take over the download, such as the `Linux` version, which is unlikely to be automatically taken over for downloading. |
76 | 34 |
|
77 | 35 | ## Build |
78 | 36 |
|
|
0 commit comments