Quick Notes

Create and check notes quickly

Hvad er Quick Notes?

Quick Notes er en Chrome-udvidelse udviklet af Jonny Chan, og dens hovedfunktion er "Create and check notes quickly".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Quick Notes-udvidelses-CRX-fil

Download Quick Notes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The Ultimate Chrome Extension for Lightning-Fast Note Taking! 

Turning you into a note ninja! 

Looking for a fast and easy way to jot down your ideas and notes while browsing the web? Look no further than our Chrome extension for note taking! With just a few clicks, you can quickly add notes to your browser, including a title and body for easy retrieval later on.

Not only is our extension incredibly convenient, but it's also completely secure. All data is stored locally on your computer, and we never access your information. Plus, our simple, lightweight UI is designed to help you stay focused and avoid distractions while you work.

So if you're tired of cluttered desktops and scattered notes, try our Chrome extension for note taking today!                    

Grundlæggende oplysninger om udvidelsen

Navn Quick Notes Quick Notes
ID ldlojlfndankcgnpghmekgmahifefbod
Officiel URL https://chromewebstore.google.com/detail/quick-notes/ldlojlfndankcgnpghmekgmahifefbod
Beskrivelse Create and check notes quickly
Filstørrelse 471 KB
Antal Installationer 1,574
Nuværende Version 1.2.4
Senest Opdateret 2024-03-03
Udgivelsesdato 2014-09-04
Bedømmelse 4.00/5 Samlet 5 Bedømmelser
Udvikler Jonny Chan
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Notes",
    "description": "Create and check notes quickly",
    "version": "1.2.4",
    "manifest_version": 3,
    "icons": {
        "48": "img\/icon.png"
    },
    "action": {
        "default_icon": "img\/icon.png",
        "default_title": "Quick Notes",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    }
}