Skip to content

Commit

Permalink
doc: Add the extension flow chart
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhua committed Dec 17, 2024
1 parent 4a8a45b commit be5648e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions FlowChart-CN.SVG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions FlowChart-EN.SVG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,18 @@ chrome.runtime.sendMessage(`Aria2-Explorer extension ID`, downloadItem)

```

## 🔀 流程图

![流程图](FlowChart-CN.SVG)

## 📥 安装地址

[![Chrome Web Store](https://developer.chrome.com/static/docs/webstore/branding/image/UV4C4ybeBTsZt43U4xis.png)](https://chrome.google.com/webstore/detail/mpkodccbngfoacfalldjimigbofkhgjn "Aria2 Explorer")
[<img src="https://get.microsoft.com/images/zh-cn%20light.svg" height=58 >](https://microsoftedge.microsoft.com/addons/detail/jjfgljkjddpcpfapejfkelkbjbehagbh "Aria2 Explorer")

## 💡 常见问题

[https://github.com/alexhua/aria2-explorer/issues?q=label:faq](https://github.com/alexhua/aria2-explorer/issues?q=label%3AFAQ+sort%3Acreated-asc)
[https://github.com/alexhua/aria2-explorer/issues?q=label:faq](https://github.com/alexhua/aria2-explorer/issues?q=label%3AFAQ)

## 🔒 隐私政策

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ const downloadItem = {
chrome.runtime.sendMessage(`Aria2-Explorer extension ID`, downloadItem)

```
## 🔀 Flow Chart

![Flow Chart](FlowChart-EN.SVG)

## 📥 Installation

Expand All @@ -67,7 +70,7 @@ chrome.runtime.sendMessage(`Aria2-Explorer extension ID`, downloadItem)

## 💡 Tips & FAQs

[https://github.com/alexhua/aria2-explorer/issues?q=label:faq](https://github.com/alexhua/aria2-explorer/issues?q=label%3AFAQ+sort%3Acreated-asc)
[https://github.com/alexhua/aria2-explorer/issues?q=label:faq](https://github.com/alexhua/aria2-explorer/issues?q=label%3AFAQ)

## 🔒 Privacy policy

Expand Down

0 comments on commit be5648e

Please sign in to comment.