Hack Pad

Note keeping extension similar to sticky notes.

Apa itu Hack Pad?

Hack Pad adalah ekstensi Chrome yang dikembangkan oleh Jatin Varlyani, dan fitur utamanya adalah "Note keeping extension similar to sticky notes.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hack Pad

Unduh file ekstensi Hack Pad dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hack Pad Hack Pad
ID ahhhnbaeakjgbfmgbjknbmlckapjnccp
URL Resmi https://chromewebstore.google.com/detail/hack-pad/ahhhnbaeakjgbfmgbjknbmlckapjnccp
Deskripsi Note keeping extension similar to sticky notes.
Ukuran File 172 KB
Jumlah Instalasi 223
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-01-11
Tanggal Publikasi 2019-01-11
Pengembang Jatin Varlyani
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Jatin-8898
Bahasa yang Didukung 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"
}