Secret Notes

Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly

Apa itu Secret Notes?

Secret Notes adalah ekstensi Chrome yang dikembangkan oleh Nicholas Z., dan fitur utamanya adalah "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly".

Unduh Berkas CRX Ekstensi Secret Notes

Unduh file ekstensi Secret Notes 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

                                            

Informasi Dasar Ekstensi

Nama Secret Notes Secret Notes
ID hedimpoelhfnnnkhnbbdpaahkjenfppn
URL Resmi https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn
Deskripsi Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
Ukuran File 39.12 KB
Jumlah Instalasi 173
Versi Saat Ini 2.0
Terakhir Diperbarui 2018-01-18
Tanggal Publikasi 2018-01-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Nicholas Z.
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Secret Notes",
    "short_name": "SecretNotes",
    "description": "Keep notes and hide them by closing the chrome extension.  Good for using when you need to access notes quickly",
    "version": "2.0",
    "icons": {
        "128": "icon\/128.png",
        "48": "icon\/48.png"
    },
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_popup": "popup.html"
    }
}