Wardlist Downloader

Download your LDS wardlist in CSV format!

What is Wardlist Downloader?

Wardlist Downloader is a Chrome extension developed by ksbarnwell, and its main feature is "Download your LDS wardlist in CSV format!".

Download Wardlist Downloader Extension CRX File

Download Wardlist Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Sign into lds.org and run this extension.
It will download a basic CSV file containing your ward directory.
Column headers will be Name, Address, Phone.                    

Extension Basic Information

Name Wardlist Downloader Wardlist Downloader
ID heelecofokdkmmbialhcidblofhkfeid
Official URL https://chrome.google.com/webstore/detail/wardlist-downloader/heelecofokdkmmbialhcidblofhkfeid
Description Download your LDS wardlist in CSV format!
File Size 34.59 KB
Installation Count 94
Current Version 1.1
Last Updated 2018-08-26
Publish Date 2018-08-26
Developer ksbarnwell
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wardlist Downloader",
    "version": "1.1",
    "description": "Download your LDS wardlist in CSV format!",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Wardlist Downloader"
    },
    "icons": {
        "16": "images\/wardlistdownloadericon16.png",
        "32": "images\/wardlistdownloadericon32.png",
        "48": "images\/wardlistdownloadericon48.png",
        "128": "images\/wardlistdownloadericon128.png"
    },
    "manifest_version": 2
}