Hack Pad

Note keeping extension similar to sticky notes.

Hvad er Hack Pad?

Hack Pad er en Chrome-udvidelse udviklet af Jatin Varlyani, og dens hovedfunktion er "Note keeping extension similar to sticky notes.".

Udvidelsesskærmbilleder

screenshot

Download Hack Pad-udvidelses-CRX-fil

Download Hack Pad-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Hack Pad Hack Pad
ID ahhhnbaeakjgbfmgbjknbmlckapjnccp
Officiel URL https://chromewebstore.google.com/detail/hack-pad/ahhhnbaeakjgbfmgbjknbmlckapjnccp
Beskrivelse Note keeping extension similar to sticky notes.
Filstørrelse 172 KB
Antal Installationer 223
Nuværende Version 1.0
Senest Opdateret 2019-01-11
Udgivelsesdato 2019-01-11
Udvikler Jatin Varlyani
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Jatin-8898
Understøttede Sprog 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"
}