Hack Pad

Note keeping extension similar to sticky notes.

Cos'è Hack Pad?

Hack Pad è un'estensione di Chrome sviluppata da Jatin Varlyani, e la sua funzione principale è "Note keeping extension similar to sticky notes.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hack Pad

Scarica i file di estensione Hack Pad in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hack Pad Hack Pad
ID ahhhnbaeakjgbfmgbjknbmlckapjnccp
URL Ufficiale https://chromewebstore.google.com/detail/hack-pad/ahhhnbaeakjgbfmgbjknbmlckapjnccp
Descrizione Note keeping extension similar to sticky notes.
Dimensione del File 172 KB
Conteggio Installazioni 223
Versione Corrente 1.0
Ultimo Aggiornamento 2019-01-11
Data di Pubblicazione 2019-01-11
Sviluppatore Jatin Varlyani
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Jatin-8898
Lingue Supportate 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"
}