Hack Pad

Note keeping extension similar to sticky notes.

Qu'est-ce que Hack Pad ?

Hack Pad est une extension Chrome développée par Jatin Varlyani, et sa fonction principale est "Note keeping extension similar to sticky notes.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hack Pad

Téléchargez les fichiers d'extension Hack Pad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hack Pad Hack Pad
ID ahhhnbaeakjgbfmgbjknbmlckapjnccp
URL Officiel https://chromewebstore.google.com/detail/hack-pad/ahhhnbaeakjgbfmgbjknbmlckapjnccp
Description Note keeping extension similar to sticky notes.
Taille du Fichier 172 KB
Nombre d'Installations 223
Version Actuelle 1.0
Dernière Mise à Jour 2019-01-11
Date de Publication 2019-01-11
Développeur Jatin Varlyani
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Jatin-8898
Langues Prises en Charge 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"
}