Note Now
Quickly Take Notes with One Click
Wat is Note Now?
Note Now is een Chrome-extensie ontwikkeld door Yiğitsr, en de belangrijkste functie is "Quickly Take Notes with One Click".
Extensie Screenshots
Download het CRX-bestand van de extensie Note Now
Download Note Now-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
*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. Basisinformatie over de Extensie
| Naam | |
| ID | lhcdbhckegmjmgjhlbdcpiebmkldgchm |
| Officiële URL | https://chromewebstore.google.com/detail/note-now/lhcdbhckegmjmgjhlbdcpiebmkldgchm |
| Beschrijving | Quickly Take Notes with One Click |
| Bestandsgrootte | 4.06 MB |
| Aantal Installaties | 45 |
| Huidige Versie | 2.0.1 |
| Laatst Bijgewerkt | 2023-12-25 |
| Publicatiedatum | 2021-01-20 |
| Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | Yiğitsr |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |