Note Now

Quickly Take Notes with One Click

Cos'è Note Now?

Note Now è un'estensione di Chrome sviluppata da Yiğitsr, e la sua funzione principale è "Quickly Take Notes with One Click".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Note Now

Scarica i file di estensione Note Now in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        *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.                    

Informazioni di Base sull'Estensione

Nome Note Now Note Now
ID lhcdbhckegmjmgjhlbdcpiebmkldgchm
URL Ufficiale https://chromewebstore.google.com/detail/note-now/lhcdbhckegmjmgjhlbdcpiebmkldgchm
Descrizione Quickly Take Notes with One Click
Dimensione del File 4.06 MB
Conteggio Installazioni 45
Versione Corrente 2.0.1
Ultimo Aggiornamento 2023-12-25
Data di Pubblicazione 2021-01-20
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Yiğitsr
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}