Hack Pad

Note keeping extension similar to sticky notes.

Wat is Hack Pad?

Hack Pad is een Chrome-extensie ontwikkeld door Jatin Varlyani, en de belangrijkste functie is "Note keeping extension similar to sticky notes.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hack Pad

Download Hack Pad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Hack Pad Hack Pad
ID ahhhnbaeakjgbfmgbjknbmlckapjnccp
Officiële URL https://chromewebstore.google.com/detail/hack-pad/ahhhnbaeakjgbfmgbjknbmlckapjnccp
Beschrijving Note keeping extension similar to sticky notes.
Bestandsgrootte 172 KB
Aantal Installaties 223
Huidige Versie 1.0
Laatst Bijgewerkt 2019-01-11
Publicatiedatum 2019-01-11
Ontwikkelaar Jatin Varlyani
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Jatin-8898
Ondersteunde Talen 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"
}