Secret Notes

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

Vad är Secret Notes?

Secret Notes är en Chrome-tillägg utvecklad av Nicholas Z., och dess huvudfunktion är "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly".

Ladda ner Secret Notes-förlängningens CRX-fil

Ladda ner Secret Notes-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

                                            

Grundläggande Information om Tillägg

Namn Secret Notes Secret Notes
ID hedimpoelhfnnnkhnbbdpaahkjenfppn
Officiell webbadress https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn
Beskrivning Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
Filstorlek 39.12 KB
Antal Installationer 173
Aktuell Version 2.0
Senast Uppdaterad 2018-01-18
Publiceringsdatum 2018-01-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Nicholas Z.
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}