Sticky

A sticky note extension for Chrome

Apa itu Sticky?

Sticky adalah ekstensi Chrome yang dikembangkan oleh naik.tanmay283, dan fitur utamanya adalah "A sticky note extension for Chrome".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Sticky

Unduh file ekstensi Sticky 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

                        Sticky is a sticky note extension for chrome that uses local storage to store your notes on the go. Save inspiration, ideas and quick scribbles before you forget!                    

Informasi Dasar Ekstensi

Nama Sticky Sticky
ID lcfpplpecfogeiofeknpeeocaajgdalg
URL Resmi https://chrome.google.com/webstore/detail/sticky/lcfpplpecfogeiofeknpeeocaajgdalg
Deskripsi A sticky note extension for Chrome
Ukuran File 12.86 KB
Jumlah Instalasi 148
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-04-22
Tanggal Publikasi 2020-04-22
Pengembang naik.tanmay283
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sticky",
    "version": "1.1",
    "description": "A sticky note extension for Chrome",
    "manifest_version": 2,
    "icons": {
        "128": "sticky_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "note.html"
    },
    "permissions": [
        "storage"
    ]
}