Hackpad Downloader
Add download links to hackpad in different formats.
Qu'est-ce que Hackpad Downloader ?
Hackpad Downloader est une extension Chrome développée par Ash Wu (hSATAC), et sa fonction principale est "Add download links to hackpad in different formats.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hackpad Downloader
Téléchargez les fichiers d'extension Hackpad Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jhkfiecgggifjcoliemlcajokapmcpih |
URL Officiel | https://chrome.google.com/webstore/detail/hackpad-downloader/jhkfiecgggifjcoliemlcajokapmcpih |
Description | Add download links to hackpad in different formats. |
Taille du Fichier | 13.21 KB |
Nombre d'Installations | 145 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2014-09-17 |
Date de Publication | 2014-09-17 |
Évaluation | 4.00/5 Total 5 Évaluations |
Développeur | Ash Wu (hSATAC) |
Type de Paiement | free |
Langues Prises en Charge | 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 } ] } |