Secret Notes

Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly

Hvad er Secret Notes?

Secret Notes er en Chrome-udvidelse udviklet af Nicholas Z., og dens hovedfunktion er "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly".

Download Secret Notes-udvidelses-CRX-fil

Download Secret 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

                                            

Grundlæggende oplysninger om udvidelsen

Navn Secret Notes Secret Notes
ID hedimpoelhfnnnkhnbbdpaahkjenfppn
Officiel URL https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn
Beskrivelse Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
Filstørrelse 39.12 KB
Antal Installationer 173
Nuværende Version 2.0
Senest Opdateret 2018-01-18
Udgivelsesdato 2018-01-17
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Nicholas Z.
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Secret Notes",
    "short_name": "SecretNotes",
    "description": "Keep notes and hide them by closing the chrome extension.  Good for using when you need to access notes quickly",
    "version": "2.0",
    "icons": {
        "128": "icon\/128.png",
        "48": "icon\/48.png"
    },
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_popup": "popup.html"
    }
}