A Chrome extension that automatically renames downloaded files based on customizable patterns.
- Automatically rename downloaded files based on templates
- Customizable naming patterns with placeholders
- File type-specific templates
- Download history logging
- Simple and intuitive settings interface
- Clone this repository
- Install dependencies:
pnpm install
- Build the extension:
pnpm build
- Load the extension in Chrome:
- Open Chrome and go to
chrome://extensions - Enable "Developer mode"
- Click "Load unpacked"
- Select the
distdirectory from this project
- Open Chrome and go to
{originalName}- Original filename without extension{extension}- File extension{date}- Current date (YYYY-MM-DD){time}- Current time (HH-MM-SS){domain}- Source website domain{fileType}- Type of file (document, image, video, etc.)
- Click the extension icon to open the popup
- Go to Settings
- Create a new template with your desired pattern
- Enable/disable templates as needed
{originalName}_{date}→document_2023-12-20.pdf{date}_{time}_{domain}_{originalName}→2023-12-20_14-30-00_example.com_document.pdf
-
Install dependencies:
pnpm install
-
Start development server:
pnpm dev
-
Load the extension from the
distdirectory
MIT
