Hack Pad

Note keeping extension similar to sticky notes.

什麼是Hack Pad?

Hack Pad是由Jatin Varlyani開發的Chrome擴展程式,該擴展的主要功能是“Note keeping extension similar to sticky notes.”。

擴展截圖

screenshot

下載Hack Pad擴展crx文件

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

擴展使用說明

                        This is a simple note taking app which is editable and you can add the task you want to note it down or for later use. So, it's kind of a hack pad where you can take note of the important stuffs to help you to check it later.                    

擴展基本資訊

名稱 Hack Pad Hack Pad
ID ahhhnbaeakjgbfmgbjknbmlckapjnccp
官方網址 https://chromewebstore.google.com/detail/hack-pad/ahhhnbaeakjgbfmgbjknbmlckapjnccp
簡介 Note keeping extension similar to sticky notes.
檔案大小 172 KB
安裝次數 223
目前版本 1.0
更新時間 2019-01-11
上架時間 2019-01-11
開發者 Jatin Varlyani
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Jatin-8898
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hack Pad",
    "author": "Jatin Varlyani ",
    "description": "Note keeping extension similar to sticky notes.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/hackpad-icon.png"
        },
        "default_title": "Hack Pad",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "version": "1.0"
}