Hackpad Downloader
Add download links to hackpad in different formats.
Apa itu Hackpad Downloader?
Hackpad Downloader adalah ekstensi Chrome yang dikembangkan oleh Ash Wu (hSATAC), dan fitur utamanya adalah "Add download links to hackpad in different formats.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hackpad Downloader
Unduh file ekstensi Hackpad Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jhkfiecgggifjcoliemlcajokapmcpih |
URL Resmi | https://chrome.google.com/webstore/detail/hackpad-downloader/jhkfiecgggifjcoliemlcajokapmcpih |
Deskripsi | Add download links to hackpad in different formats. |
Ukuran File | 13.21 KB |
Jumlah Instalasi | 145 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2014-09-17 |
Tanggal Publikasi | 2014-09-17 |
Penilaian | 4.00/5 Total 5 Penilaian |
Pengembang | Ash Wu (hSATAC) |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } ] } |