瀏覽代碼

re-fix (#4584)

re-fix docs
tags/v0.16.0
so95 9 月之前
父節點
當前提交
598e142c85
No account linked to committer's email address
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      intergrations/extension_chrome/README.md

+ 2
- 2
intergrations/extension_chrome/README.md 查看文件

# Chrome Extension # Chrome Extension
```
chrome-extension/ chrome-extension/
├── manifest.json         # Main configuration file for the extension ├── manifest.json         # Main configuration file for the extension
│   ├── utils.js        # File containing utility functions │   ├── utils.js        # File containing utility functions
│   └── api.js          # File containing API call logic │   └── api.js          # File containing API call logic
└── README.md           # Instructions for using and installing the extension └── README.md           # Instructions for using and installing the extension
```


# Installation # Installation
1. Open chrome://extensions/. 1. Open chrome://extensions/.

Loading…
取消
儲存