This Chrome extension allows you to upload images directly to your AWS S3 bucket from the right-click menu. Additionally, you can upload images from the extension panel.
- Node.js v18+
- pnpm
- Install dependencies:
pnpm i
- Run the build command:
pnpm run build
- Open the Chrome extension management page by navigating to chrome://extensions/.
- Enable "Developer mode" using the toggle switch in the upper right corner.
- Click the "Load unpacked" button and select the
dist
folder generated in step 2.
這個 Chrome 擴充功能允許你從右鍵選單直接將圖片上傳到你的 AWS S3 存儲桶。此外,你也可以從插件面板上傳圖片。
- Node.js v18+
- pnpm
- 安裝依賴
pnpm i
- 執行構建命令
pnpm run build
- 打開 Chrome 擴充功能管理頁面,導航到 chrome://extensions/。
- 使用右上角的開關啟用「開發者模式」。
- 點擊「載入未封裝功能」按鈕,選擇步驟2中生成的 dist 資料夾。