Skip to content

A chrome extension that can help you download all files on your current tab with given url pattern and filename extension in one click

Notifications You must be signed in to change notification settings

rayyamhk/files-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

files-downloader

alt text alt text
A chrome extension that can help you download all files on your current tab with given url pattern and filename extension in one click

URL Pattern

A Regular Expression is created, i.e. new RegExp(pattern), to filter out all urls which are matched with the given pattern.

Filename Extension

Filter out all files with correct filename extension. If the filename extension is jpg, jpeg, png, the chrome extension searches all <img> tags on current tab. Otherwise, it only searches all <a> tags.

About

A chrome extension that can help you download all files on your current tab with given url pattern and filename extension in one click

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published