Simple Quick Notes

A simple notes extension for simple, fast, minimalistic note jotting.

Was ist Simple Quick Notes?

Simple Quick Notes ist eine Chrome-Erweiterung, die von Maxim Collingwood entwickelt wurde, und ihr Hauptmerkmal ist "A simple notes extension for simple, fast, minimalistic note jotting.".

Erweiterungsscreenshots

screenshot

Simple Quick Notes-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Quick Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Quik, easy, simple, uncluttered notes for your simplistic needs.                    

Grundlegende Informationen zur Erweiterung

Name Simple Quick Notes Simple Quick Notes
ID hpimbfdgmmgbhhfbmlhhccbdmnkkjlpo
Offizielle URL https://chromewebstore.google.com/detail/simple-quick-notes/hpimbfdgmmgbhhfbmlhhccbdmnkkjlpo
Beschreibung A simple notes extension for simple, fast, minimalistic note jotting.
Dateigröße 28.76 KB
Installationsanzahl 625
Aktuelle Version 5.1
Letztes Update 2018-09-13
Veröffentlichungsdatum 2018-09-13
Bewertung 4.14/5 Insgesamt 7 Bewertungen
Entwickler Maxim Collingwood
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "notepad.png",
        "96": "notepad96.png",
        "144": "notepad144.png"
    },
    "name": "Simple Quick Notes",
    "version": "5.1",
    "description": "A simple notes extension for simple, fast, minimalistic note jotting.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "notepad.png"
    }
}