Hack Pad

Note keeping extension similar to sticky notes.

What is Hack Pad?

Hack Pad is a Chrome extension developed by Jatin Varlyani, and its main feature is "Note keeping extension similar to sticky notes.".

Extension Screenshots

screenshot

Download Hack Pad Extension CRX File

Download Hack Pad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hack Pad Hack Pad
ID ahhhnbaeakjgbfmgbjknbmlckapjnccp
Official URL https://chromewebstore.google.com/detail/hack-pad/ahhhnbaeakjgbfmgbjknbmlckapjnccp
Description Note keeping extension similar to sticky notes.
File Size 172 KB
Installation Count 223
Current Version 1.0
Last Updated 2019-01-11
Publish Date 2019-01-11
Developer Jatin Varlyani
Email [email protected]
Payment Type free
Extension Website https://github.com/Jatin-8898
Supported Languages 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"
}