Hackpad Downloader
Add download links to hackpad in different formats.
Wat is Hackpad Downloader?
Hackpad Downloader is een Chrome-extensie ontwikkeld door Ash Wu (hSATAC), en de belangrijkste functie is "Add download links to hackpad in different formats.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hackpad Downloader
Download Hackpad Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jhkfiecgggifjcoliemlcajokapmcpih |
Officiële URL | https://chrome.google.com/webstore/detail/hackpad-downloader/jhkfiecgggifjcoliemlcajokapmcpih |
Beschrijving | Add download links to hackpad in different formats. |
Bestandsgrootte | 13.21 KB |
Aantal Installaties | 145 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2014-09-17 |
Publicatiedatum | 2014-09-17 |
Beoordeling | 4.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Ash Wu (hSATAC) |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |