adjikhejpobpnheaplihgkkdaaimkmgn
The extension allows users to specify a customized download folder path in the Chrome browser. The extension allows users to customised .txt file download folder path.
Clickup File Manager
A simple Extension that allows you to manage files on ClickUp A Simple Chrome Extension that allows users to manage their documents on Clickup, users can upload, download, create and delete folders/documents accordingly which helps in saving them tons of time. This extension also serves as a record keeper, easy to share and simple UI for faster usability.
File Organizer for Downloads
Automatically organizes your downloaded files into appropriate folders based on file types File Organizer for Downloads Folder — Your Smart Download Manager Tired of a cluttered downloads folder? Say goodbye to chaos and hello to effortless file organization with the File Organizer for Downloads Folder Chrome extension! Whether you’re a professional juggling countless files or a casual user who wants to keep their downloads neat and tidy, this extension automates the task of sorting your files — saving you precious time and making your workflow smoother. Why You Need It The downloads folder is often the most neglected and messy part of your computer. Files pile up in no particular order — PDFs, images, videos, zip archives, documents, and more — making it a nightmare to find what you need. Manually sorting files wastes time and interrupts your flow. Our File Organizer extension solves this problem by automatically detecting, categorizing, and sorting your downloaded files right inside your browser, so you always know where everything is. Key Features 1. Automatic File Sorting by Type Once a file finishes downloading, the extension detects its type (images, documents, audio, video, archives, etc.) and moves it to your preferred folder or subfolder instantly. 2. Customizable Smart Rules Create rules based on file types, names, or extensions to organize files exactly how you want. For example: Automatically unzip zip files and store the contents 3. Seamless Integration with Cloud Storage Optionally upload sorted files to popular cloud drives like Google Drive or Dropbox — keeping your files backed up and accessible everywhere. 4. Clean, Intuitive UI Easily create, edit, and manage your sorting rules from a simple dashboard inside the extension popup or a dedicated tab. 5. Notification & History Get notified when files are moved or uploaded, and view a history log of all recent organization activities. How It Works After installation, the extension runs in the background monitoring your downloads. When a download completes, it checks the file type and your predefined rules. It automatically moves or copies the file to the designated folder on your local machine or uploads it to your cloud storage. You can pause or disable the organizer anytime with one click. Benefits You’ll Love Save Time: No more manual sorting — focus on what matters. Stay Organized: Maintain a clean and structured downloads folder effortlessly. Work Smarter: Customize rules to fit your unique workflow. Safe & Private: All sorting happens locally, respecting your privacy. Perfect For Professionals handling invoices, reports, and media files daily. Students downloading research materials, lectures, and assignments. Creators managing photo, video, and audio projects. Anyone who wants a clutter-free downloads folder with zero effort. Subscription & Plans Free Plan: Organize your downloads with up to 3 custom rules. Pro Plan: Unlock unlimited rules, cloud upload integration, and priority support. Upgrade anytime to keep your downloads perfectly organized without limits! 100% Doable & Easy to Use This extension leverages Chrome’s downloads API and modern web technologies to watch your downloads folder, analyze file metadata, and move files accordingly. It’s simple, fast, and fully automated — a realistic project for developers and a valuable tool for users. Organize your downloads today — install File Organizer for Downloads Folder and experience the ease of a clutter-free digital workspace!
Npm Package Manager
Multiple package managers support for the npm registry website This extension adds support for multiple package managers to the npmjs.com registry. - Support for multiple package managers (npm, yarn, pnpm, ni & bun). - Display both the command to install a package as dependency or development dependency. - Display an extra command to install TypeScript declarations for packages having external declarations. - Use package version in install commands when visiting a specific version package page. - Add back the ability to click on the entire command to copy it. - Remove the layout shift of the entire page when copying a command. - Pin the sidebar so it is always visible even when scrolling down long package descriptions.
Extension Manager
Manage your Chrome extensions comfortably by enabling and disabling them with ease. # Extension Manager A Chrome extension that lets you quickly enable and disable your installed extensions from a single popup window, using keyboard shortcuts and customizable key mappings. - **Keyboard‑driven extension toggle** - Open the popup with a global shortcut (default: `Alt+M`) and toggle extensions using letter keys. - Supports single‑letter and two‑letter keys (`a` … `z`, `aa`, `ab`, … `zz`). - **Key Mapping tab** - View all installed extensions with their icons and current keys. - Edit keys directly (1–2 letters `a–z`). - When assigning a key that is already in use, shows a confirmation dialog and safely reassigns the key. - Independent search bar to quickly find an extension by name. - **View Options tab** - Choose how many cards to show per row (2/3/4 columns). - Configure maximum popup height; the popup grows up to that height and then scrolls vertically. - All view options are persisted between sessions. - **Search and filtering** - Toggle Keys tab: search installed extensions by name. - Key Mapping tab: separate search for the mapping list. - `Ctrl+F` / `Cmd+F` focuses the appropriate search box depending on the active tab. - **Persistent settings** - Key mappings, view options, active tab, and theme (light/dark) are stored and restored automatically. - Reset button to clear all key mappings and re‑generate them in alphabetical order. - Search extensions by name using the search field. - Each card shows: - Assigned key - Icon and name - Enable/Disable button - Press the assigned key to toggle the extension: - 1‑letter keys toggle immediately. - 2‑letter keys: - First key press starts a short key sequence window. - Press the second letter within the timeout to trigger the 2‑letter key. - If no second key is pressed and there is a single‑letter mapping with no longer sequence, that 1‑letter key is triggered. - Use the search field to filter the mapping list by extension name. - Edit keys inline: - Focus the input, type a new key (`a–z`, length 1–2), press Enter or blur. - Conflicts show a confirmation dialog before reassigning. - Use **Reset all keys** to clear all mappings and regenerate keys alphabetically. - **Columns per row**: choose 2, 3, or 4. - **Max popup height**: choose 480px or 600px. - Changes are applied immediately and saved. Assignments are stable: once a mapping is saved for an extension ID, it is reused on the next load. In the **Key Mapping** tab: - Each extension shows: - Icon and name - Current key label (`Key: a`, `Key: aa`, or `Key: -`) - Editable key input (1–2 letters) - Valid keys: - Only `a–z`, length 1–2. - Invalid input (numbers, symbols, 3+ letters) is rejected with an inline error: - `Key must be 1–2 letters (a–z).` When you type a key that is already used: 1. The extension looks up other extensions using the same key. 2. A confirmation dialog appears, for example: ```txt Key 'a' is already used by other extensions. Replace the key there and assign it to this extension? ``` 3. If you confirm: - The key is removed from the conflicting extension. - The key is assigned to the current extension. - A small inline info message shows: - `Key reassigned from other extension.` 4. If you cancel: - No mappings are changed. - The input reverts to the previous key. - **Open popup**: `Alt+M` (configured via `manifest.json` → `commands`). - **Search** - `Ctrl+F` / `Cmd+F`: - On **Toggle Keys**: focuses the main search field. - On **Key Mapping**: focuses the mapping search field. - **Toggle extensions**: - Press the mapped key while the **Toggle Keys** tab is active and focus is not in a text field. - `manifest.json` – Extension metadata, permissions, keyboard command. - `popup.html` – Popup layout and tab structure. - `popup.css` – Styling and responsive grids for each tab. - `popup.js` – All popup logic: - Loading extensions via `chrome.management` - Rendering Toggle / Mapping / View tabs - Key mapping management and conflict handling - View options and theme persistence - Keyboard shortcut handling (key sequences, Ctrl+F / Cmd+F) This extension uses the following permissions: - `management` – Required to read the list of installed extensions and enable/disable them. - `commands` – Required to bind the global shortcut for opening the popup. - `storage` – Required to persist user settings (key mappings, view options, theme, last active tab). The extension does **not** access or modify web page content; it only manages browser extensions through the official Chrome APIs.