Capture thoughts, drop files, save clipboard links, and check off today's tasks in a lightweight browser sidebar. Zero tab-switching, zero clutter.
QuickDrop is a premium, high-utility browser extension designed to sit quietly in your browser sidebar, ready whenever you need to store temporary text, scratch notes, code snippets, links, or files without interrupting your active workflow.
- Drop Zone File Capture: Drag files directly from your workspace, desktop, or webpage and drop them into the sidebar to store them locally.
- Scratchpad Notes: A persistent notes pad that auto-saves your thoughts. Great for copying meeting notes, quick ideas, or scratch text.
- Link & Text Drop: Quick-submit URLs, clipboard text, and configuration code blocks.
- Tasks Checklist: A zero-friction, minimal checklist to manage and complete tasks for your current session.
- Light & Dark Mode: A premium HSL-curated visual theme with smooth light/dark toggling.
- 100% Offline & Private: Zero cloud telemetry, zero sync APIs. All data remains locked in Google Chrome's local sandboxed extension storage.
| File & Link Drop | Persistent Notes |
|---|---|
![]() |
![]() |
| ⚡ Feed & History | ** Today's Tasks** |
![]() |
![]() |
The repository is organized into two primary applications:
QuickDrop/
├── landing-page/ # Landing page web application (Vite + React)
│ ├── src/ # Theme, interactive components, mockups
│ └── public/ # Static assets and pre-packaged extension installer (.zip)
├── src/ # Chrome Extension React components & logic
├── public/ # Static extension assets (manifest.json, icons)
└── package.json # Main extension build configurations
Installing QuickDrop takes under 30 seconds and is completely secure:
- Download
quickdrop.zipfrom the landing page. - Extract the ZIP file to a folder on your local drive.
- Open Google Chrome and navigate to
chrome://extensions/. - Enable Developer mode using the toggle in the top-right corner.
- Click Load unpacked in the top-left and select the extracted folder.
If you wish to audit the code and build the extension package yourself:
- Clone the repository:
git clone https://github.com/aaryan359/QuickDrop.git cd QuickDrop - Install dependencies & compile:
npm install npm run build
- Load the output
dist/directory as an unpacked extension inchrome://extensions/.
The QuickDrop landing page is located in the landing-page/ folder.
cd landing-page
npm install
npm run devA GitHub Actions workflow is set up at .github/workflows/deploy.yml to automatically build and deploy the landing page website to GitHub Pages:
- Target URL:
https://aaryan359.github.io/QuickDrop/ - Trigger: Every push to the
mainormasterbranch builds the production Vite bundles and deploys them to thegithub-pagesenvironment.
Designed and built with passion by Aaryan:



