A Google Chrome extension providing an easy method to download all assets from a planning application.

Planning Application Downloader

A Google Chrome extension providing an easy method to download all assets from a planning application.

Download it from the Chrome Web Store

Adding Planning Portal Domains

At present only the following planning portals have been added to the extension:

If you would like another planning portal domain to be added please create an issue on GitHub. Or if you have a little coding experience you can create a pull request after forking the repository and adding the details of the portal to the following files:

README.md
src/manifest.json

Releases

All tagged releases are available at /releases.

Contributing

I'm always on the look out for collaborators so feel free to suggest new features, get in touch or just fork at will.

Developer Install

Clone the repository

git clone https://github.com/StudioLE/PlanningApplicationDownloader.git PlanningApplicationDownloader

Enter the directory and install the dependencies. For this step you'll need to have Node.js and bower installed.

cd PlanningApplicationDownloader
npm install

Behind the scenes this will also call bower install.

Now run the default gulp task to produce an up to date build

gulp build

Developer usage

A number of development tasks can be performed via gulp.

Produce a build from the app source

gulp build

Clean the build directory

gulp clean

Bump the package version numbers

gulp bump

Thanks

Roof Icon by Juan Pablo Bravo from the Noun Project. Available under a Creative Commons license.

Next project