8000 GitHub - amafjarkasi/electron-crx-downloader: Electron CRX Downloader
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

amafjarkasi/electron-crx-downloader

Repository files navigation

Electron CRX Downloader 🔽

A modern Electron application for downloading and extracting Chrome extensions with a sleek user interface and history tracking.

✨ Features

  • 📦 Download Chrome extensions using their IDs
  • 🗂️ Extract extensions to specific directories
  • 📝 Track download history with timestamps
  • 🔄 One-click redownloading from history
  • 🎨 Modern UI with custom title bar and tabs
  • 💻 Cross-platform support
  • 🚀 Fast extraction using AdmZip
  • 🎯 Clean, responsive interface

📸 Screenshots

Download Tab

Download Tab

History Tab

History Tab

🔧 Prerequisites

  • Node.js (v14 or later)
  • npm (v6 or later)

📥 Installation

Clone the repository and install dependencies:

git clone https://github.com/amafjarkasi/electron-crx-downloader.git
cd electron-crx-downloader
npm install

🚀 Usage

Start the application:

npm start

Build the application:

npm run build

📖 How to Use

  1. Download a Chrome Extension:

    • Enter a Chrome extension ID in the input field
    • Find the ID in the Chrome Web Store URL: chrome.google.com/webstore/detail/[name]/[ID]
    • Select an output directory using the "Browse" button
    • Click "Download & Extract"
  2. View Download History:

    • Switch to the History tab
    • See all previously downloaded extensions with timestamps
    • Click the download icon to redownload any extension
    • History is automatically saved and persists between sessions

🛠️ Technical Features

  • Modern tab-based navigation
  • Persistent download history using localStorage
  • Efficient file extraction with AdmZip
  • Custom window controls (minimize, maximize, close)
  • Responsive layout with proper scrolling
  • Error handling and success notifications
  • Clean, maintainable code structure

📚 Dependencies

📄 License

ISC

About

Electron CRX Downloader

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0