Hackpad Downloader

Add download links to hackpad in different formats.

什麼是Hackpad Downloader?

Hackpad Downloader是由Ash Wu (hSATAC)開發的Chrome擴展程式,該擴展的主要功能是“Add download links to hackpad in different formats.”。

擴展截圖

screenshot

下載Hackpad Downloader擴展crx文件

下載Hackpad Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hackpad Downloader Hackpad Downloader
ID jhkfiecgggifjcoliemlcajokapmcpih
官方網址 https://chrome.google.com/webstore/detail/hackpad-downloader/jhkfiecgggifjcoliemlcajokapmcpih
簡介 Add download links to hackpad in different formats.
檔案大小 13.21 KB
安裝次數 145
目前版本 1.0.2
更新時間 2014-09-17
上架時間 2014-09-17
評分 4.00/5 共 5 次評分
開發者 Ash Wu (hSATAC)
付費類型 free
支援的語言 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
        }
    ]
}