Note Now
Quickly Take Notes with One Click
Vad är Note Now?
Note Now är en Chrome-tillägg utvecklad av Yiğitsr, och dess huvudfunktion är "Quickly Take Notes with One Click".
Tilläggsskärmbilder
Ladda ner Note Now-förlängningens CRX-fil
Ladda ner Note Now-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
*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.
Grundläggande Information om Tillägg
Namn | Note Now |
ID | lhcdbhckegmjmgjhlbdcpiebmkldgchm |
Officiell webbadress | https://chromewebstore.google.com/detail/note-now/lhcdbhckegmjmgjhlbdcpiebmkldgchm |
Beskrivning | Quickly Take Notes with One Click |
Filstorlek | 4.06 MB |
Antal Installationer | 45 |
Aktuell Version | 2.0.1 |
Senast Uppdaterad | 2023-12-25 |
Publiceringsdatum | 2021-01-20 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | Yiğitsr |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |