Hackpad Downloader

Add download links to hackpad in different formats.

Was ist Hackpad Downloader?

Hackpad Downloader ist eine Chrome-Erweiterung, die von Ash Wu (hSATAC) entwickelt wurde, und ihr Hauptmerkmal ist "Add download links to hackpad in different formats.".

Erweiterungsscreenshots

screenshot

Hackpad Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hackpad Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hackpad Downloader Hackpad Downloader
ID jhkfiecgggifjcoliemlcajokapmcpih
Offizielle URL https://chrome.google.com/webstore/detail/hackpad-downloader/jhkfiecgggifjcoliemlcajokapmcpih
Beschreibung Add download links to hackpad in different formats.
Dateigröße 13.21 KB
Installationsanzahl 145
Aktuelle Version 1.0.2
Letztes Update 2014-09-17
Veröffentlichungsdatum 2014-09-17
Bewertung 4.00/5 Insgesamt 5 Bewertungen
Entwickler Ash Wu (hSATAC)
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}