Note Now

Quickly Take Notes with One Click

Apa itu Note Now?

Note Now adalah ekstensi Chrome yang dikembangkan oleh Yiğitsr, dan fitur utamanya adalah "Quickly Take Notes with One Click".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Note Now

Unduh file ekstensi Note Now 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

                        *Take notes with just one click.
*Notes are stored locally.
*Autofocus the textarea when opening the extension.
*Save and delete your notes.
*Super fast notes.
*Works offline. Since notes are stored locally, no internet connection is needed.                    

Informasi Dasar Ekstensi

Nama Note Now Note Now
ID lhcdbhckegmjmgjhlbdcpiebmkldgchm
URL Resmi https://chromewebstore.google.com/detail/note-now/lhcdbhckegmjmgjhlbdcpiebmkldgchm
Deskripsi Quickly Take Notes with One Click
Ukuran File 4.06 MB
Jumlah Instalasi 45
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2023-12-25
Tanggal Publikasi 2021-01-20
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Yiğitsr
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Note Now",
    "version": "2.0.1",
    "description": "Quickly Take Notes with One Click",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": ".\/img\/48x48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": ".\/img\/16x16.png",
        "48": ".\/img\/48x48.png",
        "128": ".\/img\/128x128.png"
    }
}