Skip to content

Commit 14e9e8d

Browse files
committed
first commit
0 parents  commit 14e9e8d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+48787
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# README #
2+
3+
A Chrome extension for downloading files from links on a web page. Downloads can be filtered based on a number of parameters including file name, size, and extension.
4+
5+
Developed using Javascript and the Filesaver.js library.

Tractor-Logo-01.png

25.2 KB
Loading

Tractor-Logo.ai

+3,764
Large diffs are not rendered by default.

Web.config

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0"?>
2+
<configuration>
3+
<system.web>
4+
<compilation debug="true" targetFramework="4.0"/>
5+
</system.web>
6+
</configuration>
Binary file not shown.

0 commit comments

Comments
 (0)