Skip to content

y920075/aws-s3-chrome-ex

Repository files navigation

Chrome Extension: AWS S3 Image Upload

Overview

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.

Prerequisites

  • Node.js v18+
  • pnpm

Installation and Usage

  1. Install dependencies: pnpm i
  2. Run the build command: pnpm run build
  3. Open the Chrome extension management page by navigating to chrome://extensions/.
  4. Enable "Developer mode" using the toggle switch in the upper right corner.
  5. Click the "Load unpacked" button and select the dist folder generated in step 2.

Chrome 擴充功能:AWS S3 圖片上傳

概述

這個 Chrome 擴充功能允許你從右鍵選單直接將圖片上傳到你的 AWS S3 存儲桶。此外,你也可以從插件面板上傳圖片。

先決條件

  • Node.js v18+
  • pnpm

安裝和使用

  1. 安裝依賴 pnpm i
  2. 執行構建命令 pnpm run build
  3. 打開 Chrome 擴充功能管理頁面,導航到 chrome://extensions/。
  4. 使用右上角的開關啟用「開發者模式」。
  5. 點擊「載入未封裝功能」按鈕,選擇步驟2中生成的 dist 資料夾。

About

A Chrome extension for uploading images to AWS S3.

Resources

Stars

Watchers

Forks