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
官方URL 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"
}