Hackpad Downloader

Add download links to hackpad in different formats.

What is Hackpad Downloader?

Hackpad Downloader is a Chrome extension developed by Ash Wu (hSATAC), and its main feature is "Add download links to hackpad in different formats.".

Extension Screenshots

screenshot

Download Hackpad Downloader Extension CRX File

Download Hackpad 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

                        Hackpad Downloader simplifies your export / download process by adding a Download Page section directly to hackpad sidebar.

You can choose different format including TXT, Markdown or HTML to download.

NOTE: If your hackpad contains non-ascii characters, the downloaded file may be broken. This is a known hackpad issue, waiting to be fixed.                    

Extension Basic Information

Name Hackpad Downloader Hackpad Downloader
ID jhkfiecgggifjcoliemlcajokapmcpih
Official URL https://chrome.google.com/webstore/detail/hackpad-downloader/jhkfiecgggifjcoliemlcajokapmcpih
Description Add download links to hackpad in different formats.
File Size 13.21 KB
Installation Count 145
Current Version 1.0.2
Last Updated 2014-09-17
Publish Date 2014-09-17
Rating 4.00/5 Total 5 Ratings
Developer Ash Wu (hSATAC)
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hackpad Downloader",
    "description": "Add download links to hackpad in different formats.",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hackpad.com\/*",
                "https:\/\/hackpad.com\/*"
            ],
            "js": [
                "zepto.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}